Html Css Color HEX #ED7FD4 Pale Magenta

📋 copy color: '#ED7FD4'

red 237 ◦ green 127 ◦ blue 212

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

Shades of Pale Magenta #ED7FD4

Tints of Pale Magenta #ED7FD4

RGB

 RED value IS 237 (92.97% from 255) = 41.15%

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

 BLUE value IS 212 (83.2% from 255) = 36.81%

R = 41.15%
G = 22.05%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#ED7FD4 (or 0xED7FD4) is known color: Pale Magenta. HEX triplet: ED, 7F and D4. RGB value is (237,127,212). Sum of RGB (Red+Green+Blue) = 237+127+212=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 127 (50% from 255 or 22.05% from 576); Blue value is 212 (83.20% from 255 or 36.81% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7FD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7FD4 is #12802B. Grayscale: #A9A9A9. Windows color (decimal): -1212460 or 13926381. OLE color: 13926381.

HSL color Cylindrical-coordinate representation of color #ED7FD4: hue angle of 313.64º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED7FD4 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 127 212 -
CMYK 0 0.46 0.11 0.07
HSL 313.64º 0.75% 0.71% -
HSV(B) 313.64º 0.46% 0.93% -
XYZ 54.4 37.94 66.74 -
YUV 169.58 151.94 176.09 -
System Red Green Blue C M Y K H S L
Decimal 237 127 212 0 0.46 0.11 0.07 313.64 0.75 0.71
Hex ED 7F D4 0 2E B 7 13A 4B 47
Octal 355 177 324 0 56 13 7 472 113 107
Binary 11101101 1111111 11010100 0 101110 1011 111 100111010 1001011 1000111

Color Harmonies of #ED7FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7FD4

Black with #ED7FD4

Text Example


Text Example

White with #ED7FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7FD4; }

 p { color: rgb(237,127,212); }

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

background-color css

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

 a { background-color: rgb(237,127,212); }

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

border-color css

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

 span { border-color: rgb(237,127,212); }

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