Html Css Color HEX #EA6DA2 Pale Violet Red

📋 copy color: '#EA6DA2'

red 234 ◦ green 109 ◦ blue 162

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

Shades of Pale Violet Red #EA6DA2

Tints of Pale Violet Red #EA6DA2

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.58%

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

R = 46.34%
G = 21.58%
B = 32.08%

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

#EA6DA2 (or 0xEA6DA2) is known color: Pale Violet Red. HEX triplet: EA, 6D and A2. RGB value is (234,109,162). Sum of RGB (Red+Green+Blue) = 234+109+162=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 162 (63.67% from 255 or 32.08% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6DA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6DA2 is #15925D. Grayscale: #989898. Windows color (decimal): -1413726 or 10644970. OLE color: 10644970.

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

Color convert

RGB 234 109 162 -
CMYK 0 0.53 0.31 0.08
HSL 334.56º 0.75% 0.67% -
HSV(B) 334.56º 0.53% 0.92% -
XYZ 45.92 31.04 37.75 -
YUV 152.42 133.41 186.19 -
System Red Green Blue C M Y K H S L
Decimal 234 109 162 0 0.53 0.31 0.08 334.56 0.75 0.67
Hex EA 6D A2 0 35 1F 8 14F 4B 43
Octal 352 155 242 0 65 37 10 517 113 103
Binary 11101010 1101101 10100010 0 110101 11111 1000 101001111 1001011 1000011

Color Harmonies of #EA6DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6DA2

Black with #EA6DA2

Text Example


Text Example

White with #EA6DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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