Html Css Color HEX #EA6EA1 Pale Violet Red

📋 copy color: '#EA6EA1'

red 234 ◦ green 110 ◦ blue 161

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

Shades of Pale Violet Red #EA6EA1

Tints of Pale Violet Red #EA6EA1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.78%

 BLUE value IS 161 (63.28% from 255) = 31.88%

R = 46.34%
G = 21.78%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EA6EA1 (or 0xEA6EA1) is known color: Pale Violet Red. HEX triplet: EA, 6E and A1. RGB value is (234,110,161). Sum of RGB (Red+Green+Blue) = 234+110+161=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 110 (43.36% from 255 or 21.78% from 505); Blue value is 161 (63.28% from 255 or 31.88% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6EA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6EA1 is #15915E. Grayscale: #989898. Windows color (decimal): -1413471 or 10579690. OLE color: 10579690.

HSL color Cylindrical-coordinate representation of color #EA6EA1: hue angle of 335.32º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EA6EA1 is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 110 161 -
CMYK 0 0.53 0.31 0.08
HSL 335.32º 0.75% 0.67% -
HSV(B) 335.32º 0.53% 0.92% -
XYZ 45.94 31.22 37.32 -
YUV 152.89 132.58 185.85 -
System Red Green Blue C M Y K H S L
Decimal 234 110 161 0 0.53 0.31 0.08 335.32 0.75 0.67
Hex EA 6E A1 0 35 1F 8 14F 4B 43
Octal 352 156 241 0 65 37 10 517 113 103
Binary 11101010 1101110 10100001 0 110101 11111 1000 101001111 1001011 1000011

Color Harmonies of #EA6EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6EA1

Black with #EA6EA1

Text Example


Text Example

White with #EA6EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6EA1; }

 p { color: rgb(234,110,161); }

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

background-color css

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

 a { background-color: rgb(234,110,161); }

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

border-color css

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

 span { border-color: rgb(234,110,161); }

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