Html Css Color HEX #EA72A0 Pale Violet Red

📋 copy color: '#EA72A0'

red 234 ◦ green 114 ◦ blue 160

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

Shades of Pale Violet Red #EA72A0

Tints of Pale Violet Red #EA72A0

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.44%

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

R = 46.06%
G = 22.44%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA72A0 (or 0xEA72A0) is known color: Pale Violet Red. HEX triplet: EA, 72 and A0. RGB value is (234,114,160). Sum of RGB (Red+Green+Blue) = 234+114+160=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 114 (44.92% from 255 or 22.44% from 508); Blue value is 160 (62.89% from 255 or 31.50% from 508); Max value from RGB is 234 - color contains mainly: red. Hex color #EA72A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA72A0 is #158D5F. Grayscale: #9B9B9B. Windows color (decimal): -1412448 or 10515178. OLE color: 10515178.

HSL color Cylindrical-coordinate representation of color #EA72A0: hue angle of 337º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EA72A0 is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 114 160 -
CMYK 0 0.51 0.32 0.08
HSL 337º 0.74% 0.68% -
HSV(B) 337º 0.51% 0.92% -
XYZ 46.29 32.07 37.01 -
YUV 155.12 130.76 184.26 -
System Red Green Blue C M Y K H S L
Decimal 234 114 160 0 0.51 0.32 0.08 337 0.74 0.68
Hex EA 72 A0 0 33 20 8 151 4A 44
Octal 352 162 240 0 63 40 10 521 112 104
Binary 11101010 1110010 10100000 0 110011 100000 1000 101010001 1001010 1000100

Color Harmonies of #EA72A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA72A0

Black with #EA72A0

Text Example


Text Example

White with #EA72A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA72A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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