Html Css Color HEX #EA80A0 Carissma

📋 copy color: '#EA80A0'

red 234 ◦ green 128 ◦ blue 160

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

Shades of Carissma #EA80A0

Tints of Carissma #EA80A0

RGB

 RED value IS 234 (91.8% from 255) = 44.83%

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

 BLUE value IS 160 (62.89% from 255) = 30.65%

R = 44.83%
G = 24.52%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA80A0 (or 0xEA80A0) is known color: Carissma. HEX triplet: EA, 80 and A0. RGB value is (234,128,160). Sum of RGB (Red+Green+Blue) = 234+128+160=522 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.83% from 522); Green value is 128 (50.39% from 255 or 24.52% from 522); Blue value is 160 (62.89% from 255 or 30.65% from 522); Max value from RGB is 234 - color contains mainly: red. Hex color #EA80A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA80A0 is #157F5F. Grayscale: #A3A3A3. Windows color (decimal): -1408864 or 10518762. OLE color: 10518762.

HSL color Cylindrical-coordinate representation of color #EA80A0: hue angle of 341.89º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EA80A0 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 128 160 -
CMYK 0 0.45 0.32 0.08
HSL 341.89º 0.72% 0.71% -
HSV(B) 341.89º 0.45% 0.92% -
XYZ 48 35.47 37.57 -
YUV 163.34 126.12 178.4 -
System Red Green Blue C M Y K H S L
Decimal 234 128 160 0 0.45 0.32 0.08 341.89 0.72 0.71
Hex EA 80 A0 0 2D 20 8 156 48 47
Octal 352 200 240 0 55 40 10 526 110 107
Binary 11101010 10000000 10100000 0 101101 100000 1000 101010110 1001000 1000111

Color Harmonies of #EA80A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA80A0

Black with #EA80A0

Text Example


Text Example

White with #EA80A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA80A0; }

 p { color: rgb(234,128,160); }

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

background-color css

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

 a { background-color: rgb(234,128,160); }

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

border-color css

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

 span { border-color: rgb(234,128,160); }

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