Html Css Color HEX #EA79A0 Carissma

📋 copy color: '#EA79A0'

red 234 ◦ green 121 ◦ blue 160

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

Shades of Carissma #EA79A0

Tints of Carissma #EA79A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 31.07%

R = 45.44%
G = 23.5%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA79A0 (or 0xEA79A0) is known color: Carissma. HEX triplet: EA, 79 and A0. RGB value is (234,121,160). Sum of RGB (Red+Green+Blue) = 234+121+160=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 121 (47.66% from 255 or 23.50% from 515); Blue value is 160 (62.89% from 255 or 31.07% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EA79A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA79A0 is #15865F. Grayscale: #9F9F9F. Windows color (decimal): -1410656 or 10516970. OLE color: 10516970.

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

Color convert

RGB 234 121 160 -
CMYK 0 0.48 0.32 0.08
HSL 339.29º 0.73% 0.7% -
HSV(B) 339.29º 0.48% 0.92% -
XYZ 47.11 33.71 37.28 -
YUV 159.23 128.44 181.33 -
System Red Green Blue C M Y K H S L
Decimal 234 121 160 0 0.48 0.32 0.08 339.29 0.73 0.7
Hex EA 79 A0 0 30 20 8 153 49 46
Octal 352 171 240 0 60 40 10 523 111 106
Binary 11101010 1111001 10100000 0 110000 100000 1000 101010011 1001001 1000110

Color Harmonies of #EA79A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA79A0

Black with #EA79A0

Text Example


Text Example

White with #EA79A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA79A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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