Html Css Color HEX #EA729B Pale Violet Red

📋 copy color: '#EA729B'

red 234 ◦ green 114 ◦ blue 155

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

Shades of Pale Violet Red #EA729B

Tints of Pale Violet Red #EA729B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.82%

R = 46.52%
G = 22.66%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EA729B (or 0xEA729B) is known color: Pale Violet Red. HEX triplet: EA, 72 and 9B. RGB value is (234,114,155). Sum of RGB (Red+Green+Blue) = 234+114+155=503 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.52% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 155 (60.94% from 255 or 30.82% from 503); Max value from RGB is 234 - color contains mainly: red. Hex color #EA729B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA729B is #158D64. Grayscale: #9A9A9A. Windows color (decimal): -1412453 or 10187498. OLE color: 10187498.

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

Color convert

RGB 234 114 155 -
CMYK 0 0.51 0.34 0.08
HSL 339.5º 0.74% 0.68% -
HSV(B) 339.5º 0.51% 0.92% -
XYZ 45.87 31.89 34.75 -
YUV 154.55 128.26 184.67 -
System Red Green Blue C M Y K H S L
Decimal 234 114 155 0 0.51 0.34 0.08 339.5 0.74 0.68
Hex EA 72 9B 0 33 22 8 154 4A 44
Octal 352 162 233 0 63 42 10 524 112 104
Binary 11101010 1110010 10011011 0 110011 100010 1000 101010100 1001010 1000100

Color Harmonies of #EA729B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA729B

Black with #EA729B

Text Example


Text Example

White with #EA729B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA729B; }

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

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

background-color css

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

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

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

border-color css

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

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

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