Html Css Color HEX #EC80A1 Carissma

📋 copy color: '#EC80A1'

red 236 ◦ green 128 ◦ blue 161

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

Shades of Carissma #EC80A1

Tints of Carissma #EC80A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 30.67%

R = 44.95%
G = 24.38%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EC80A1 (or 0xEC80A1) is known color: Carissma. HEX triplet: EC, 80 and A1. RGB value is (236,128,161). Sum of RGB (Red+Green+Blue) = 236+128+161=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 128 (50.39% from 255 or 24.38% from 525); Blue value is 161 (63.28% from 255 or 30.67% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC80A1 is #137F5E. Grayscale: #A4A4A4. Windows color (decimal): -1277791 or 10584300. OLE color: 10584300.

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

Color convert

RGB 236 128 161 -
CMYK 0 0.46 0.32 0.07
HSL 341.67º 0.74% 0.71% -
HSV(B) 341.67º 0.46% 0.93% -
XYZ 48.74 35.84 38.07 -
YUV 164.05 126.28 179.32 -
System Red Green Blue C M Y K H S L
Decimal 236 128 161 0 0.46 0.32 0.07 341.67 0.74 0.71
Hex EC 80 A1 0 2E 20 7 156 4A 47
Octal 354 200 241 0 56 40 7 526 112 107
Binary 11101100 10000000 10100001 0 101110 100000 111 101010110 1001010 1000111

Color Harmonies of #EC80A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC80A1

Black with #EC80A1

Text Example


Text Example

White with #EC80A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC80A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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