Html Css Color HEX #EA6DA0 Pale Violet Red

📋 copy color: '#EA6DA0'

red 234 ◦ green 109 ◦ blue 160

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

Shades of Pale Violet Red #EA6DA0

Tints of Pale Violet Red #EA6DA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 31.81%

R = 46.52%
G = 21.67%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA6DA0 (or 0xEA6DA0) is known color: Pale Violet Red. HEX triplet: EA, 6D and A0. RGB value is (234,109,160). Sum of RGB (Red+Green+Blue) = 234+109+160=503 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.52% from 503); Green value is 109 (42.97% from 255 or 21.67% from 503); Blue value is 160 (62.89% from 255 or 31.81% from 503); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6DA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6DA0 is #15925F. Grayscale: #989898. Windows color (decimal): -1413728 or 10513898. OLE color: 10513898.

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

Color convert

RGB 234 109 160 -
CMYK 0 0.53 0.32 0.08
HSL 335.52º 0.75% 0.67% -
HSV(B) 335.52º 0.53% 0.92% -
XYZ 45.75 30.97 36.82 -
YUV 152.19 132.41 186.35 -
System Red Green Blue C M Y K H S L
Decimal 234 109 160 0 0.53 0.32 0.08 335.52 0.75 0.67
Hex EA 6D A0 0 35 20 8 150 4B 43
Octal 352 155 240 0 65 40 10 520 113 103
Binary 11101010 1101101 10100000 0 110101 100000 1000 101010000 1001011 1000011

Color Harmonies of #EA6DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6DA0

Black with #EA6DA0

Text Example


Text Example

White with #EA6DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6DA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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