Html Css Color HEX #EA7DD2 Pale Magenta

📋 copy color: '#EA7DD2'

red 234 ◦ green 125 ◦ blue 210

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

Shades of Pale Magenta #EA7DD2

Tints of Pale Magenta #EA7DD2

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.97%

 BLUE value IS 210 (82.42% from 255) = 36.91%

R = 41.12%
G = 21.97%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EA7DD2 (or 0xEA7DD2) is known color: Pale Magenta. HEX triplet: EA, 7D and D2. RGB value is (234,125,210). Sum of RGB (Red+Green+Blue) = 234+125+210=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 125 (49.22% from 255 or 21.97% from 569); Blue value is 210 (82.42% from 255 or 36.91% from 569); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7DD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7DD2 is #15822D. Grayscale: #A7A7A7. Windows color (decimal): -1409582 or 13794794. OLE color: 13794794.

HSL color Cylindrical-coordinate representation of color #EA7DD2: hue angle of 313.21º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EA7DD2 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 125 210 -
CMYK 0 0.47 0.10 0.08
HSL 313.21º 0.72% 0.7% -
HSV(B) 313.21º 0.47% 0.92% -
XYZ 52.9 36.81 65.29 -
YUV 167.28 152.11 175.59 -
System Red Green Blue C M Y K H S L
Decimal 234 125 210 0 0.47 0.10 0.08 313.21 0.72 0.7
Hex EA 7D D2 0 2F A 8 139 48 46
Octal 352 175 322 0 57 12 10 471 110 106
Binary 11101010 1111101 11010010 0 101111 1010 1000 100111001 1001000 1000110

Color Harmonies of #EA7DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7DD2

Black with #EA7DD2

Text Example


Text Example

White with #EA7DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7DD2; }

 p { color: rgb(234,125,210); }

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

background-color css

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

 a { background-color: rgb(234,125,210); }

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

border-color css

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

 span { border-color: rgb(234,125,210); }

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