Html Css Color HEX #EC8396 Carissma

📋 copy color: '#EC8396'

red 236 ◦ green 131 ◦ blue 150

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

Shades of Carissma #EC8396

Tints of Carissma #EC8396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.01%

R = 45.65%
G = 25.34%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC8396 (or 0xEC8396) is known color: Carissma. HEX triplet: EC, 83 and 96. RGB value is (236,131,150). Sum of RGB (Red+Green+Blue) = 236+131+150=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 131 (51.56% from 255 or 25.34% from 517); Blue value is 150 (58.98% from 255 or 29.01% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8396 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8396 is #137C69. Grayscale: #A4A4A4. Windows color (decimal): -1277034 or 9864172. OLE color: 9864172.

HSL color Cylindrical-coordinate representation of color #EC8396: hue angle of 349.14º 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 #EC8396 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 131 150 -
CMYK 0 0.44 0.36 0.07
HSL 349.14º 0.73% 0.72% -
HSV(B) 349.14º 0.44% 0.93% -
XYZ 48.21 36.27 33.31 -
YUV 164.56 119.79 178.96 -
System Red Green Blue C M Y K H S L
Decimal 236 131 150 0 0.44 0.36 0.07 349.14 0.73 0.72
Hex EC 83 96 0 2C 24 7 15D 49 48
Octal 354 203 226 0 54 44 7 535 111 110
Binary 11101100 10000011 10010110 0 101100 100100 111 101011101 1001001 1001000

Color Harmonies of #EC8396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8396

Black with #EC8396

Text Example


Text Example

White with #EC8396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8396; }

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

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

background-color css

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

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

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

border-color css

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

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

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