Html Css Color HEX #EA75A0 Pale Violet Red

📋 copy color: '#EA75A0'

red 234 ◦ green 117 ◦ blue 160

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

Shades of Pale Violet Red #EA75A0

Tints of Pale Violet Red #EA75A0

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.9%

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

R = 45.79%
G = 22.9%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA75A0 (or 0xEA75A0) is known color: Pale Violet Red. HEX triplet: EA, 75 and A0. RGB value is (234,117,160). Sum of RGB (Red+Green+Blue) = 234+117+160=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 160 (62.89% from 255 or 31.31% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EA75A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA75A0 is #158A5F. Grayscale: #9C9C9C. Windows color (decimal): -1411680 or 10515946. OLE color: 10515946.

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

Color convert

RGB 234 117 160 -
CMYK 0 0.5 0.32 0.08
HSL 337.95º 0.74% 0.69% -
HSV(B) 337.95º 0.5% 0.92% -
XYZ 46.64 32.75 37.12 -
YUV 156.89 129.76 183 -
System Red Green Blue C M Y K H S L
Decimal 234 117 160 0 0.5 0.32 0.08 337.95 0.74 0.69
Hex EA 75 A0 0 32 20 8 152 4A 45
Octal 352 165 240 0 62 40 10 522 112 105
Binary 11101010 1110101 10100000 0 110010 100000 1000 101010010 1001010 1000101

Color Harmonies of #EA75A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA75A0

Black with #EA75A0

Text Example


Text Example

White with #EA75A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA75A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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