Html Css Color HEX #EA719D Pale Violet Red

📋 copy color: '#EA719D'

red 234 ◦ green 113 ◦ blue 157

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

Shades of Pale Violet Red #EA719D

Tints of Pale Violet Red #EA719D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.15%

R = 46.43%
G = 22.42%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EA719D (or 0xEA719D) is known color: Pale Violet Red. HEX triplet: EA, 71 and 9D. RGB value is (234,113,157). Sum of RGB (Red+Green+Blue) = 234+113+157=504 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.43% from 504); Green value is 113 (44.53% from 255 or 22.42% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 234 - color contains mainly: red. Hex color #EA719D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA719D is #158E62. Grayscale: #9A9A9A. Windows color (decimal): -1412707 or 10318314. OLE color: 10318314.

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

Color convert

RGB 234 113 157 -
CMYK 0 0.52 0.33 0.08
HSL 338.18º 0.74% 0.68% -
HSV(B) 338.18º 0.52% 0.92% -
XYZ 45.92 31.74 35.6 -
YUV 154.2 129.59 184.92 -
System Red Green Blue C M Y K H S L
Decimal 234 113 157 0 0.52 0.33 0.08 338.18 0.74 0.68
Hex EA 71 9D 0 34 21 8 152 4A 44
Octal 352 161 235 0 64 41 10 522 112 104
Binary 11101010 1110001 10011101 0 110100 100001 1000 101010010 1001010 1000100

Color Harmonies of #EA719D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA719D

Black with #EA719D

Text Example


Text Example

White with #EA719D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA719D; }

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

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

background-color css

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

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

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

border-color css

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

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

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