Html Css Color HEX #EA7997 Carissma

📋 copy color: '#EA7997'

red 234 ◦ green 121 ◦ blue 151

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

Shades of Carissma #EA7997

Tints of Carissma #EA7997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 29.84%

R = 46.25%
G = 23.91%
B = 29.84%

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

#EA7997 (or 0xEA7997) is known color: Carissma. HEX triplet: EA, 79 and 97. RGB value is (234,121,151). Sum of RGB (Red+Green+Blue) = 234+121+151=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 121 (47.66% from 255 or 23.91% from 506); Blue value is 151 (59.38% from 255 or 29.84% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7997 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7997 is #158668. Grayscale: #9E9E9E. Windows color (decimal): -1410665 or 9927146. OLE color: 9927146.

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

Color convert

RGB 234 121 151 -
CMYK 0 0.48 0.35 0.08
HSL 344.07º 0.73% 0.7% -
HSV(B) 344.07º 0.48% 0.92% -
XYZ 46.35 33.4 33.28 -
YUV 158.21 123.94 182.06 -
System Red Green Blue C M Y K H S L
Decimal 234 121 151 0 0.48 0.35 0.08 344.07 0.73 0.7
Hex EA 79 97 0 30 23 8 158 49 46
Octal 352 171 227 0 60 43 10 530 111 106
Binary 11101010 1111001 10010111 0 110000 100011 1000 101011000 1001001 1000110

Color Harmonies of #EA7997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7997

Black with #EA7997

Text Example


Text Example

White with #EA7997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7997; }

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

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

background-color css

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

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

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

border-color css

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

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

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