Html Css Color HEX #EC808A Carissma

📋 copy color: '#EC808A'

red 236 ◦ green 128 ◦ blue 138

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

Shades of Carissma #EC808A

Tints of Carissma #EC808A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.49%

R = 47.01%
G = 25.5%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC808A (or 0xEC808A) is known color: Carissma. HEX triplet: EC, 80 and 8A. RGB value is (236,128,138). Sum of RGB (Red+Green+Blue) = 236+128+138=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 128 (50.39% from 255 or 25.50% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #EC808A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC808A is #137F75. Grayscale: #A1A1A1. Windows color (decimal): -1277814 or 9076972. OLE color: 9076972.

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

Color convert

RGB 236 128 138 -
CMYK 0 0.46 0.42 0.07
HSL 354.44º 0.74% 0.71% -
HSV(B) 354.44º 0.46% 0.93% -
XYZ 46.9 35.11 28.35 -
YUV 161.43 114.78 181.19 -
System Red Green Blue C M Y K H S L
Decimal 236 128 138 0 0.46 0.42 0.07 354.44 0.74 0.71
Hex EC 80 8A 0 2E 2A 7 162 4A 47
Octal 354 200 212 0 56 52 7 542 112 107
Binary 11101100 10000000 10001010 0 101110 101010 111 101100010 1001010 1000111

Color Harmonies of #EC808A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC808A

Black with #EC808A

Text Example


Text Example

White with #EC808A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC808A; }

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

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

background-color css

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

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

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

border-color css

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

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

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