Html Css Color HEX #EC808E Carissma

📋 copy color: '#EC808E'

red 236 ◦ green 128 ◦ blue 142

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

Shades of Carissma #EC808E

Tints of Carissma #EC808E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.06%

R = 46.64%
G = 25.3%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC808E (or 0xEC808E) is known color: Carissma. HEX triplet: EC, 80 and 8E. RGB value is (236,128,142). Sum of RGB (Red+Green+Blue) = 236+128+142=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 128 (50.39% from 255 or 25.30% from 506); Blue value is 142 (55.86% from 255 or 28.06% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #EC808E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC808E is #137F71. Grayscale: #A1A1A1. Windows color (decimal): -1277810 or 9339116. OLE color: 9339116.

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

Color convert

RGB 236 128 142 -
CMYK 0 0.46 0.40 0.07
HSL 352.22º 0.74% 0.71% -
HSV(B) 352.22º 0.46% 0.93% -
XYZ 47.19 35.22 29.9 -
YUV 161.89 116.78 180.86 -
System Red Green Blue C M Y K H S L
Decimal 236 128 142 0 0.46 0.40 0.07 352.22 0.74 0.71
Hex EC 80 8E 0 2E 28 7 160 4A 47
Octal 354 200 216 0 56 50 7 540 112 107
Binary 11101100 10000000 10001110 0 101110 101000 111 101100000 1001010 1000111

Color Harmonies of #EC808E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC808E

Black with #EC808E

Text Example


Text Example

White with #EC808E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC808E; }

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

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

background-color css

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

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

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

border-color css

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

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

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