Html Css Color HEX #EA7DD0 Pale Magenta

📋 copy color: '#EA7DD0'

red 234 ◦ green 125 ◦ blue 208

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

Shades of Pale Magenta #EA7DD0

Tints of Pale Magenta #EA7DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.68%

R = 41.27%
G = 22.05%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EA7DD0 (or 0xEA7DD0) is known color: Pale Magenta. HEX triplet: EA, 7D and D0. RGB value is (234,125,208). Sum of RGB (Red+Green+Blue) = 234+125+208=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 125 (49.22% from 255 or 22.05% from 567); Blue value is 208 (81.64% from 255 or 36.68% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7DD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7DD0 is #15822F. Grayscale: #A6A6A6. Windows color (decimal): -1409584 or 13663722. OLE color: 13663722.

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

Color convert

RGB 234 125 208 -
CMYK 0 0.47 0.11 0.08
HSL 314.31º 0.72% 0.7% -
HSV(B) 314.31º 0.47% 0.92% -
XYZ 52.65 36.71 63.99 -
YUV 167.05 151.11 175.75 -
System Red Green Blue C M Y K H S L
Decimal 234 125 208 0 0.47 0.11 0.08 314.31 0.72 0.7
Hex EA 7D D0 0 2F B 8 13A 48 46
Octal 352 175 320 0 57 13 10 472 110 106
Binary 11101010 1111101 11010000 0 101111 1011 1000 100111010 1001000 1000110

Color Harmonies of #EA7DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7DD0

Black with #EA7DD0

Text Example


Text Example

White with #EA7DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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