Html Css Color HEX #EC8288 Carissma

📋 copy color: '#EC8288'

red 236 ◦ green 130 ◦ blue 136

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

Shades of Carissma #EC8288

Tints of Carissma #EC8288

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.9%

 BLUE value IS 136 (53.52% from 255) = 27.09%

R = 47.01%
G = 25.9%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC8288 (or 0xEC8288) is known color: Carissma. HEX triplet: EC, 82 and 88. RGB value is (236,130,136). Sum of RGB (Red+Green+Blue) = 236+130+136=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 130 (51.17% from 255 or 25.90% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8288 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8288 is #137D77. Grayscale: #A2A2A2. Windows color (decimal): -1277304 or 8946412. OLE color: 8946412.

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

Color convert

RGB 236 130 136 -
CMYK 0 0.45 0.42 0.07
HSL 356.6º 0.74% 0.72% -
HSV(B) 356.6º 0.45% 0.93% -
XYZ 47.02 35.58 27.68 -
YUV 162.38 113.12 180.51 -
System Red Green Blue C M Y K H S L
Decimal 236 130 136 0 0.45 0.42 0.07 356.6 0.74 0.72
Hex EC 82 88 0 2D 2A 7 165 4A 48
Octal 354 202 210 0 55 52 7 545 112 110
Binary 11101100 10000010 10001000 0 101101 101010 111 101100101 1001010 1001000

Color Harmonies of #EC8288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8288

Black with #EC8288

Text Example


Text Example

White with #EC8288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8288; }

 p { color: rgb(236,130,136); }

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

background-color css

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

 a { background-color: rgb(236,130,136); }

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

border-color css

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

 span { border-color: rgb(236,130,136); }

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