Html Css Color HEX #EA729D Pale Violet Red

📋 copy color: '#EA729D'

red 234 ◦ green 114 ◦ blue 157

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

Shades of Pale Violet Red #EA729D

Tints of Pale Violet Red #EA729D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.57%

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

R = 46.34%
G = 22.57%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EA729D (or 0xEA729D) is known color: Pale Violet Red. HEX triplet: EA, 72 and 9D. RGB value is (234,114,157). Sum of RGB (Red+Green+Blue) = 234+114+157=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 114 (44.92% from 255 or 22.57% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EA729D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA729D is #158D62. Grayscale: #9A9A9A. Windows color (decimal): -1412451 or 10318570. OLE color: 10318570.

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

Color convert

RGB 234 114 157 -
CMYK 0 0.51 0.33 0.08
HSL 338.5º 0.74% 0.68% -
HSV(B) 338.5º 0.51% 0.92% -
XYZ 46.03 31.96 35.64 -
YUV 154.78 129.26 184.5 -
System Red Green Blue C M Y K H S L
Decimal 234 114 157 0 0.51 0.33 0.08 338.5 0.74 0.68
Hex EA 72 9D 0 33 21 8 152 4A 44
Octal 352 162 235 0 63 41 10 522 112 104
Binary 11101010 1110010 10011101 0 110011 100001 1000 101010010 1001010 1000100

Color Harmonies of #EA729D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA729D

Black with #EA729D

Text Example


Text Example

White with #EA729D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA729D; }

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

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

background-color css

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

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

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

border-color css

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

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

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