Html Css Color HEX #EA5D96 Pale Violet Red

📋 copy color: '#EA5D96'

red 234 ◦ green 93 ◦ blue 150

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

Shades of Pale Violet Red #EA5D96

Tints of Pale Violet Red #EA5D96

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.5%

 BLUE value IS 150 (58.98% from 255) = 31.45%

R = 49.06%
G = 19.5%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EA5D96 (or 0xEA5D96) is known color: Pale Violet Red. HEX triplet: EA, 5D and 96. RGB value is (234,93,150). Sum of RGB (Red+Green+Blue) = 234+93+150=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 93 (36.72% from 255 or 19.50% from 477); Blue value is 150 (58.98% from 255 or 31.45% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5D96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5D96 is #15A269. Grayscale: #8D8D8D. Windows color (decimal): -1417834 or 9854442. OLE color: 9854442.

HSL color Cylindrical-coordinate representation of color #EA5D96: hue angle of 335.74º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA5D96 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 93 150 -
CMYK 0 0.60 0.36 0.08
HSL 335.74º 0.77% 0.64% -
HSV(B) 335.74º 0.6% 0.92% -
XYZ 43.35 27.52 31.88 -
YUV 141.66 132.71 193.87 -
System Red Green Blue C M Y K H S L
Decimal 234 93 150 0 0.60 0.36 0.08 335.74 0.77 0.64
Hex EA 5D 96 0 3C 24 8 150 4D 40
Octal 352 135 226 0 74 44 10 520 115 100
Binary 11101010 1011101 10010110 0 111100 100100 1000 101010000 1001101 1000000

Color Harmonies of #EA5D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5D96

Black with #EA5D96

Text Example


Text Example

White with #EA5D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5D96; }

 p { color: rgb(234,93,150); }

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

background-color css

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

 a { background-color: rgb(234,93,150); }

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

border-color css

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

 span { border-color: rgb(234,93,150); }

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