Html Css Color HEX #EA7991 Carissma

📋 copy color: '#EA7991'

red 234 ◦ green 121 ◦ blue 145

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

Shades of Carissma #EA7991

Tints of Carissma #EA7991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29%

R = 46.8%
G = 24.2%
B = 29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EA7991 (or 0xEA7991) is known color: Carissma. HEX triplet: EA, 79 and 91. RGB value is (234,121,145). Sum of RGB (Red+Green+Blue) = 234+121+145=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 121 (47.66% from 255 or 24.2% from 500); Blue value is 145 (57.03% from 255 or 29% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7991 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7991 is #15866E. Grayscale: #9D9D9D. Windows color (decimal): -1410671 or 9533930. OLE color: 9533930.

HSL color Cylindrical-coordinate representation of color #EA7991: hue angle of 347.26º 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 #EA7991 is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 121 145 -
CMYK 0 0.48 0.38 0.08
HSL 347.26º 0.73% 0.7% -
HSV(B) 347.26º 0.48% 0.92% -
XYZ 45.88 33.21 30.78 -
YUV 157.52 120.94 182.55 -
System Red Green Blue C M Y K H S L
Decimal 234 121 145 0 0.48 0.38 0.08 347.26 0.73 0.7
Hex EA 79 91 0 30 26 8 15B 49 46
Octal 352 171 221 0 60 46 10 533 111 106
Binary 11101010 1111001 10010001 0 110000 100110 1000 101011011 1001001 1000110

Color Harmonies of #EA7991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7991

Black with #EA7991

Text Example


Text Example

White with #EA7991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7991; }

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

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

background-color css

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

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

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

border-color css

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

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

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