Html Css Color HEX #EA6095 Pale Violet Red

📋 copy color: '#EA6095'

red 234 ◦ green 96 ◦ blue 149

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

Shades of Pale Violet Red #EA6095

Tints of Pale Violet Red #EA6095

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.04%

 BLUE value IS 149 (58.59% from 255) = 31.11%

R = 48.85%
G = 20.04%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EA6095 (or 0xEA6095) is known color: Pale Violet Red. HEX triplet: EA, 60 and 95. RGB value is (234,96,149). Sum of RGB (Red+Green+Blue) = 234+96+149=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 96 (37.89% from 255 or 20.04% from 479); Blue value is 149 (58.59% from 255 or 31.11% from 479); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6095 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6095 is #159F6A. Grayscale: #8F8F8F. Windows color (decimal): -1417067 or 9789674. OLE color: 9789674.

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

Color convert

RGB 234 96 149 -
CMYK 0 0.59 0.36 0.08
HSL 336.96º 0.77% 0.65% -
HSV(B) 336.96º 0.59% 0.92% -
XYZ 43.54 28.03 31.55 -
YUV 143.3 131.22 192.69 -
System Red Green Blue C M Y K H S L
Decimal 234 96 149 0 0.59 0.36 0.08 336.96 0.77 0.65
Hex EA 60 95 0 3B 24 8 151 4D 41
Octal 352 140 225 0 73 44 10 521 115 101
Binary 11101010 1100000 10010101 0 111011 100100 1000 101010001 1001101 1000001

Color Harmonies of #EA6095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6095

Black with #EA6095

Text Example


Text Example

White with #EA6095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6095; }

 p { color: rgb(234,96,149); }

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

background-color css

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

 a { background-color: rgb(234,96,149); }

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

border-color css

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

 span { border-color: rgb(234,96,149); }

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