Html Css Color HEX #EA70A5 Pale Violet Red

📋 copy color: '#EA70A5'

red 234 ◦ green 112 ◦ blue 165

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

Shades of Pale Violet Red #EA70A5

Tints of Pale Violet Red #EA70A5

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.92%

 BLUE value IS 165 (64.84% from 255) = 32.29%

R = 45.79%
G = 21.92%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EA70A5 (or 0xEA70A5) is known color: Pale Violet Red. HEX triplet: EA, 70 and A5. RGB value is (234,112,165). Sum of RGB (Red+Green+Blue) = 234+112+165=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 112 (44.14% from 255 or 21.92% from 511); Blue value is 165 (64.84% from 255 or 32.29% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EA70A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA70A5 is #158F5A. Grayscale: #9A9A9A. Windows color (decimal): -1412955 or 10842346. OLE color: 10842346.

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

Color convert

RGB 234 112 165 -
CMYK 0 0.52 0.29 0.08
HSL 333.93º 0.74% 0.68% -
HSV(B) 333.93º 0.52% 0.92% -
XYZ 46.52 31.8 39.28 -
YUV 154.52 133.92 184.69 -
System Red Green Blue C M Y K H S L
Decimal 234 112 165 0 0.52 0.29 0.08 333.93 0.74 0.68
Hex EA 70 A5 0 34 1D 8 14E 4A 44
Octal 352 160 245 0 64 35 10 516 112 104
Binary 11101010 1110000 10100101 0 110100 11101 1000 101001110 1001010 1000100

Color Harmonies of #EA70A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA70A5

Black with #EA70A5

Text Example


Text Example

White with #EA70A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA70A5; }

 p { color: rgb(234,112,165); }

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

background-color css

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

 a { background-color: rgb(234,112,165); }

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

border-color css

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

 span { border-color: rgb(234,112,165); }

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