Html Css Color HEX #EC8394 Carissma

📋 copy color: '#EC8394'

red 236 ◦ green 131 ◦ blue 148

#EC8394
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carissma #EC8394

Tints of Carissma #EC8394

RGB

 RED value IS 236 (92.58% from 255) = 45.83%

 GREEN value IS 131 (51.56% from 255) = 25.44%

 BLUE value IS 148 (58.2% from 255) = 28.74%

R = 45.83%
G = 25.44%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EC8394 (or 0xEC8394) is known color: Carissma. HEX triplet: EC, 83 and 94. RGB value is (236,131,148). Sum of RGB (Red+Green+Blue) = 236+131+148=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 131 (51.56% from 255 or 25.44% from 515); Blue value is 148 (58.20% from 255 or 28.74% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8394 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8394 is #137C6B. Grayscale: #A4A4A4. Windows color (decimal): -1277036 or 9733100. OLE color: 9733100.

HSL color Cylindrical-coordinate representation of color #EC8394: hue angle of 350.29º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC8394 is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 131 148 -
CMYK 0 0.44 0.37 0.07
HSL 350.29º 0.73% 0.72% -
HSV(B) 350.29º 0.44% 0.93% -
XYZ 48.05 36.2 32.47 -
YUV 164.33 118.79 179.12 -
System Red Green Blue C M Y K H S L
Decimal 236 131 148 0 0.44 0.37 0.07 350.29 0.73 0.72
Hex EC 83 94 0 2C 25 7 15E 49 48
Octal 354 203 224 0 54 45 7 536 111 110
Binary 11101100 10000011 10010100 0 101100 100101 111 101011110 1001001 1001000

Color Harmonies of #EC8394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8394

Black with #EC8394

Text Example


Text Example

White with #EC8394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8394; }

 p { color: rgb(236,131,148); }

 H1.HeaderClassName
 {
   color: #EC8394;
 }
 .AnyTagClassName
 {
   color: #EC8394;
 }
</style>

background-color css

<style>
 a { background-color: #EC8394; }

 a { background-color: rgb(236,131,148); }

 div.DivClassName
 {
   background-color: #EC8394;
 }
 .BgClassName
 {
   background-color: #EC8394;
 }
</style>

border-color css

<style>
 span { border-color: #EC8394; }

 span { border-color: rgb(236,131,148); }

 td.TdClassName
 {
   border-color: #EC8394;
 }
 .TagClassName
 {
   border-color: #EC8394;
 }
</style>