Html Css Color HEX #EA7999 Carissma

📋 copy color: '#EA7999'

red 234 ◦ green 121 ◦ blue 153

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

Shades of Carissma #EA7999

Tints of Carissma #EA7999

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.82%

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

R = 46.06%
G = 23.82%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EA7999 (or 0xEA7999) is known color: Carissma. HEX triplet: EA, 79 and 99. RGB value is (234,121,153). Sum of RGB (Red+Green+Blue) = 234+121+153=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 121 (47.66% from 255 or 23.82% from 508); Blue value is 153 (60.16% from 255 or 30.12% from 508); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7999 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7999 is #158666. Grayscale: #9E9E9E. Windows color (decimal): -1410663 or 10058218. OLE color: 10058218.

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

Color convert

RGB 234 121 153 -
CMYK 0 0.48 0.35 0.08
HSL 343.01º 0.73% 0.7% -
HSV(B) 343.01º 0.48% 0.92% -
XYZ 46.52 33.47 34.14 -
YUV 158.44 124.94 181.9 -
System Red Green Blue C M Y K H S L
Decimal 234 121 153 0 0.48 0.35 0.08 343.01 0.73 0.7
Hex EA 79 99 0 30 23 8 157 49 46
Octal 352 171 231 0 60 43 10 527 111 106
Binary 11101010 1111001 10011001 0 110000 100011 1000 101010111 1001001 1000110

Color Harmonies of #EA7999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7999

Black with #EA7999

Text Example


Text Example

White with #EA7999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7999; }

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

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

background-color css

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

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

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

border-color css

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

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

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