Html Css Color HEX #EA71A6 Pale Violet Red

📋 copy color: '#EA71A6'

red 234 ◦ green 113 ◦ blue 166

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

Shades of Pale Violet Red #EA71A6

Tints of Pale Violet Red #EA71A6

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.03%

 BLUE value IS 166 (65.23% from 255) = 32.36%

R = 45.61%
G = 22.03%
B = 32.36%

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

#EA71A6 (or 0xEA71A6) is known color: Pale Violet Red. HEX triplet: EA, 71 and A6. RGB value is (234,113,166). Sum of RGB (Red+Green+Blue) = 234+113+166=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 113 (44.53% from 255 or 22.03% from 513); Blue value is 166 (65.23% from 255 or 32.36% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EA71A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA71A6 is #158E59. Grayscale: #9B9B9B. Windows color (decimal): -1412698 or 10908138. OLE color: 10908138.

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

Color convert

RGB 234 113 166 -
CMYK 0 0.52 0.29 0.08
HSL 333.72º 0.74% 0.68% -
HSV(B) 333.72º 0.52% 0.92% -
XYZ 46.72 32.06 39.8 -
YUV 155.22 134.09 184.19 -
System Red Green Blue C M Y K H S L
Decimal 234 113 166 0 0.52 0.29 0.08 333.72 0.74 0.68
Hex EA 71 A6 0 34 1D 8 14E 4A 44
Octal 352 161 246 0 64 35 10 516 112 104
Binary 11101010 1110001 10100110 0 110100 11101 1000 101001110 1001010 1000100

Color Harmonies of #EA71A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA71A6

Black with #EA71A6

Text Example


Text Example

White with #EA71A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA71A6; }

 p { color: rgb(234,113,166); }

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

background-color css

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

 a { background-color: rgb(234,113,166); }

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

border-color css

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

 span { border-color: rgb(234,113,166); }

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