Html Css Color HEX #EC808B Carissma

📋 copy color: '#EC808B'

red 236 ◦ green 128 ◦ blue 139

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

Shades of Carissma #EC808B

Tints of Carissma #EC808B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.63%

R = 46.92%
G = 25.45%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC808B (or 0xEC808B) is known color: Carissma. HEX triplet: EC, 80 and 8B. RGB value is (236,128,139). Sum of RGB (Red+Green+Blue) = 236+128+139=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 139 (54.69% from 255 or 27.63% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC808B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC808B is #137F74. Grayscale: #A1A1A1. Windows color (decimal): -1277813 or 9142508. OLE color: 9142508.

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

Color convert

RGB 236 128 139 -
CMYK 0 0.46 0.41 0.07
HSL 353.89º 0.74% 0.71% -
HSV(B) 353.89º 0.46% 0.93% -
XYZ 46.97 35.14 28.73 -
YUV 161.55 115.28 181.11 -
System Red Green Blue C M Y K H S L
Decimal 236 128 139 0 0.46 0.41 0.07 353.89 0.74 0.71
Hex EC 80 8B 0 2E 29 7 162 4A 47
Octal 354 200 213 0 56 51 7 542 112 107
Binary 11101100 10000000 10001011 0 101110 101001 111 101100010 1001010 1000111

Color Harmonies of #EC808B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC808B

Black with #EC808B

Text Example


Text Example

White with #EC808B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC808B; }

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

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

background-color css

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

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

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

border-color css

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

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

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