Html Css Color HEX #EA7FD2 Pale Magenta

📋 copy color: '#EA7FD2'

red 234 ◦ green 127 ◦ blue 210

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

Shades of Pale Magenta #EA7FD2

Tints of Pale Magenta #EA7FD2

RGB

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

 GREEN value IS 127 (50% from 255) = 22.24%

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

R = 40.98%
G = 22.24%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EA7FD2 (or 0xEA7FD2) is known color: Pale Magenta. HEX triplet: EA, 7F and D2. RGB value is (234,127,210). Sum of RGB (Red+Green+Blue) = 234+127+210=571 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.98% from 571); Green value is 127 (50% from 255 or 22.24% from 571); Blue value is 210 (82.42% from 255 or 36.78% from 571); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7FD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7FD2 is #15802D. Grayscale: #A8A8A8. Windows color (decimal): -1409070 or 13795306. OLE color: 13795306.

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

Color convert

RGB 234 127 210 -
CMYK 0 0.46 0.10 0.08
HSL 313.46º 0.72% 0.71% -
HSV(B) 313.46º 0.46% 0.92% -
XYZ 53.15 37.32 65.38 -
YUV 168.46 151.45 174.75 -
System Red Green Blue C M Y K H S L
Decimal 234 127 210 0 0.46 0.10 0.08 313.46 0.72 0.71
Hex EA 7F D2 0 2E A 8 139 48 47
Octal 352 177 322 0 56 12 10 471 110 107
Binary 11101010 1111111 11010010 0 101110 1010 1000 100111001 1001000 1000111

Color Harmonies of #EA7FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7FD2

Black with #EA7FD2

Text Example


Text Example

White with #EA7FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7FD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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