Html Css Color HEX #EA6EA2 Pale Violet Red

📋 copy color: '#EA6EA2'

red 234 ◦ green 110 ◦ blue 162

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

Shades of Pale Violet Red #EA6EA2

Tints of Pale Violet Red #EA6EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 32.02%

R = 46.25%
G = 21.74%
B = 32.02%

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

#EA6EA2 (or 0xEA6EA2) is known color: Pale Violet Red. HEX triplet: EA, 6E and A2. RGB value is (234,110,162). Sum of RGB (Red+Green+Blue) = 234+110+162=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 110 (43.36% from 255 or 21.74% from 506); Blue value is 162 (63.67% from 255 or 32.02% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6EA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6EA2 is #15915D. Grayscale: #989898. Windows color (decimal): -1413470 or 10645226. OLE color: 10645226.

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

Color convert

RGB 234 110 162 -
CMYK 0 0.53 0.31 0.08
HSL 334.84º 0.75% 0.67% -
HSV(B) 334.84º 0.53% 0.92% -
XYZ 46.03 31.25 37.79 -
YUV 153 133.08 185.77 -
System Red Green Blue C M Y K H S L
Decimal 234 110 162 0 0.53 0.31 0.08 334.84 0.75 0.67
Hex EA 6E A2 0 35 1F 8 14F 4B 43
Octal 352 156 242 0 65 37 10 517 113 103
Binary 11101010 1101110 10100010 0 110101 11111 1000 101001111 1001011 1000011

Color Harmonies of #EA6EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6EA2

Black with #EA6EA2

Text Example


Text Example

White with #EA6EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6EA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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