Html Css Color HEX #EC8096 Carissma

📋 copy color: '#EC8096'

red 236 ◦ green 128 ◦ blue 150

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

Shades of Carissma #EC8096

Tints of Carissma #EC8096

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.9%

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

R = 45.91%
G = 24.9%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC8096 (or 0xEC8096) is known color: Carissma. HEX triplet: EC, 80 and 96. RGB value is (236,128,150). Sum of RGB (Red+Green+Blue) = 236+128+150=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 128 (50.39% from 255 or 24.90% from 514); Blue value is 150 (58.98% from 255 or 29.18% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8096 is #137F69. Grayscale: #A2A2A2. Windows color (decimal): -1277802 or 9863404. OLE color: 9863404.

HSL color Cylindrical-coordinate representation of color #EC8096: hue angle of 347.78º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC8096 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 128 150 -
CMYK 0 0.46 0.36 0.07
HSL 347.78º 0.74% 0.71% -
HSV(B) 347.78º 0.46% 0.93% -
XYZ 47.82 35.47 33.18 -
YUV 162.8 120.78 180.21 -
System Red Green Blue C M Y K H S L
Decimal 236 128 150 0 0.46 0.36 0.07 347.78 0.74 0.71
Hex EC 80 96 0 2E 24 7 15C 4A 47
Octal 354 200 226 0 56 44 7 534 112 107
Binary 11101100 10000000 10010110 0 101110 100100 111 101011100 1001010 1000111

Color Harmonies of #EC8096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8096

Black with #EC8096

Text Example


Text Example

White with #EC8096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8096; }

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

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

background-color css

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

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

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

border-color css

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

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

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