Html Css Color HEX #EC8196 Carissma

📋 copy color: '#EC8196'

red 236 ◦ green 129 ◦ blue 150

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

Shades of Carissma #EC8196

Tints of Carissma #EC8196

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.05%

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

R = 45.83%
G = 25.05%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC8196 (or 0xEC8196) is known color: Carissma. HEX triplet: EC, 81 and 96. RGB value is (236,129,150). Sum of RGB (Red+Green+Blue) = 236+129+150=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 129 (50.78% from 255 or 25.05% from 515); Blue value is 150 (58.98% from 255 or 29.13% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8196 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8196 is #137E69. Grayscale: #A3A3A3. Windows color (decimal): -1277546 or 9863660. OLE color: 9863660.

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

Color convert

RGB 236 129 150 -
CMYK 0 0.45 0.36 0.07
HSL 348.22º 0.74% 0.72% -
HSV(B) 348.22º 0.45% 0.93% -
XYZ 47.95 35.74 33.22 -
YUV 163.39 120.45 179.79 -
System Red Green Blue C M Y K H S L
Decimal 236 129 150 0 0.45 0.36 0.07 348.22 0.74 0.72
Hex EC 81 96 0 2D 24 7 15C 4A 48
Octal 354 201 226 0 55 44 7 534 112 110
Binary 11101100 10000001 10010110 0 101101 100100 111 101011100 1001010 1001000

Color Harmonies of #EC8196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8196

Black with #EC8196

Text Example


Text Example

White with #EC8196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8196; }

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

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

background-color css

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

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

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

border-color css

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

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

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