Html Css Color HEX #EA7992 Carissma

📋 copy color: '#EA7992'

red 234 ◦ green 121 ◦ blue 146

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

Shades of Carissma #EA7992

Tints of Carissma #EA7992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.14%

R = 46.71%
G = 24.15%
B = 29.14%

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

#EA7992 (or 0xEA7992) is known color: Carissma. HEX triplet: EA, 79 and 92. RGB value is (234,121,146). Sum of RGB (Red+Green+Blue) = 234+121+146=501 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.71% from 501); Green value is 121 (47.66% from 255 or 24.15% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7992 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7992 is #15866D. Grayscale: #9D9D9D. Windows color (decimal): -1410670 or 9599466. OLE color: 9599466.

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

Color convert

RGB 234 121 146 -
CMYK 0 0.48 0.38 0.08
HSL 346.73º 0.73% 0.7% -
HSV(B) 346.73º 0.48% 0.92% -
XYZ 45.96 33.24 31.19 -
YUV 157.64 121.44 182.47 -
System Red Green Blue C M Y K H S L
Decimal 234 121 146 0 0.48 0.38 0.08 346.73 0.73 0.7
Hex EA 79 92 0 30 26 8 15B 49 46
Octal 352 171 222 0 60 46 10 533 111 106
Binary 11101010 1111001 10010010 0 110000 100110 1000 101011011 1001001 1000110

Color Harmonies of #EA7992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7992

Black with #EA7992

Text Example


Text Example

White with #EA7992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7992; }

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

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

background-color css

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

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

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

border-color css

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

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

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