Html Css Color HEX #EA719F Pale Violet Red

📋 copy color: '#EA719F'

red 234 ◦ green 113 ◦ blue 159

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

Shades of Pale Violet Red #EA719F

Tints of Pale Violet Red #EA719F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.42%

R = 46.25%
G = 22.33%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA719F (or 0xEA719F) is known color: Pale Violet Red. HEX triplet: EA, 71 and 9F. RGB value is (234,113,159). Sum of RGB (Red+Green+Blue) = 234+113+159=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 113 (44.53% from 255 or 22.33% from 506); Blue value is 159 (62.5% from 255 or 31.42% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EA719F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA719F is #158E60. Grayscale: #9A9A9A. Windows color (decimal): -1412705 or 10449386. OLE color: 10449386.

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

Color convert

RGB 234 113 159 -
CMYK 0 0.52 0.32 0.08
HSL 337.19º 0.74% 0.68% -
HSV(B) 337.19º 0.52% 0.92% -
XYZ 46.09 31.81 36.51 -
YUV 154.42 130.59 184.76 -
System Red Green Blue C M Y K H S L
Decimal 234 113 159 0 0.52 0.32 0.08 337.19 0.74 0.68
Hex EA 71 9F 0 34 20 8 151 4A 44
Octal 352 161 237 0 64 40 10 521 112 104
Binary 11101010 1110001 10011111 0 110100 100000 1000 101010001 1001010 1000100

Color Harmonies of #EA719F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA719F

Black with #EA719F

Text Example


Text Example

White with #EA719F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA719F; }

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

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

background-color css

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

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

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

border-color css

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

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

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