Html Css Color HEX #EA8999 Carissma

📋 copy color: '#EA8999'

red 234 ◦ green 137 ◦ blue 153

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

Shades of Carissma #EA8999

Tints of Carissma #EA8999

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.15%

 BLUE value IS 153 (60.16% from 255) = 29.2%

R = 44.66%
G = 26.15%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EA8999 (or 0xEA8999) is known color: Carissma. HEX triplet: EA, 89 and 99. RGB value is (234,137,153). Sum of RGB (Red+Green+Blue) = 234+137+153=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 137 (53.91% from 255 or 26.15% from 524); Blue value is 153 (60.16% from 255 or 29.20% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8999 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8999 is #157666. Grayscale: #A7A7A7. Windows color (decimal): -1406567 or 10062314. OLE color: 10062314.

HSL color Cylindrical-coordinate representation of color #EA8999: hue angle of 350.1º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EA8999 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 137 153 -
CMYK 0 0.41 0.35 0.08
HSL 350.1º 0.7% 0.73% -
HSV(B) 350.1º 0.41% 0.92% -
XYZ 48.63 37.68 34.85 -
YUV 167.83 119.64 175.2 -
System Red Green Blue C M Y K H S L
Decimal 234 137 153 0 0.41 0.35 0.08 350.1 0.7 0.73
Hex EA 89 99 0 29 23 8 15E 46 49
Octal 352 211 231 0 51 43 10 536 106 111
Binary 11101010 10001001 10011001 0 101001 100011 1000 101011110 1000110 1001001

Color Harmonies of #EA8999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8999

Black with #EA8999

Text Example


Text Example

White with #EA8999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8999; }

 p { color: rgb(234,137,153); }

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

background-color css

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

 a { background-color: rgb(234,137,153); }

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

border-color css

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

 span { border-color: rgb(234,137,153); }

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