Html Css Color HEX #EA7FD3 Pale Magenta

📋 copy color: '#EA7FD3'

red 234 ◦ green 127 ◦ blue 211

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

Shades of Pale Magenta #EA7FD3

Tints of Pale Magenta #EA7FD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.89%

R = 40.91%
G = 22.2%
B = 36.89%

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

#EA7FD3 (or 0xEA7FD3) is known color: Pale Magenta. HEX triplet: EA, 7F and D3. RGB value is (234,127,211). Sum of RGB (Red+Green+Blue) = 234+127+211=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 127 (50% from 255 or 22.20% from 572); Blue value is 211 (82.81% from 255 or 36.89% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7FD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7FD3 is #15802C. Grayscale: #A8A8A8. Windows color (decimal): -1409069 or 13860842. OLE color: 13860842.

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

Color convert

RGB 234 127 211 -
CMYK 0 0.46 0.10 0.08
HSL 312.9º 0.72% 0.71% -
HSV(B) 312.9º 0.46% 0.92% -
XYZ 53.28 37.37 66.03 -
YUV 168.57 151.95 174.67 -
System Red Green Blue C M Y K H S L
Decimal 234 127 211 0 0.46 0.10 0.08 312.9 0.72 0.71
Hex EA 7F D3 0 2E A 8 139 48 47
Octal 352 177 323 0 56 12 10 471 110 107
Binary 11101010 1111111 11010011 0 101110 1010 1000 100111001 1001000 1000111

Color Harmonies of #EA7FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7FD3

Black with #EA7FD3

Text Example


Text Example

White with #EA7FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7FD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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