Html Css Color HEX #EA729E Pale Violet Red

📋 copy color: '#EA729E'

red 234 ◦ green 114 ◦ blue 158

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

Shades of Pale Violet Red #EA729E

Tints of Pale Violet Red #EA729E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 31.23%

R = 46.25%
G = 22.53%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA729E (or 0xEA729E) is known color: Pale Violet Red. HEX triplet: EA, 72 and 9E. RGB value is (234,114,158). Sum of RGB (Red+Green+Blue) = 234+114+158=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 114 (44.92% from 255 or 22.53% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EA729E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA729E is #158D61. Grayscale: #9A9A9A. Windows color (decimal): -1412450 or 10384106. OLE color: 10384106.

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

Color convert

RGB 234 114 158 -
CMYK 0 0.51 0.32 0.08
HSL 338º 0.74% 0.68% -
HSV(B) 338º 0.51% 0.92% -
XYZ 46.12 32 36.09 -
YUV 154.9 129.76 184.42 -
System Red Green Blue C M Y K H S L
Decimal 234 114 158 0 0.51 0.32 0.08 338 0.74 0.68
Hex EA 72 9E 0 33 20 8 152 4A 44
Octal 352 162 236 0 63 40 10 522 112 104
Binary 11101010 1110010 10011110 0 110011 100000 1000 101010010 1001010 1000100

Color Harmonies of #EA729E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA729E

Black with #EA729E

Text Example


Text Example

White with #EA729E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA729E; }

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

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

background-color css

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

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

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

border-color css

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

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

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