Html Css Color HEX #ED74DF Pale Magenta

📋 copy color: '#ED74DF'

red 237 ◦ green 116 ◦ blue 223

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

Shades of Pale Magenta #ED74DF

Tints of Pale Magenta #ED74DF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.14%

 BLUE value IS 223 (87.5% from 255) = 38.72%

R = 41.15%
G = 20.14%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#ED74DF (or 0xED74DF) is known color: Pale Magenta. HEX triplet: ED, 74 and DF. RGB value is (237,116,223). Sum of RGB (Red+Green+Blue) = 237+116+223=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 116 (45.70% from 255 or 20.14% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #ED74DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED74DF is #128B20. Grayscale: #A4A4A4. Windows color (decimal): -1215265 or 14644461. OLE color: 14644461.

HSL color Cylindrical-coordinate representation of color #ED74DF: hue angle of 306.94º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED74DF is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 116 223 -
CMYK 0 0.51 0.06 0.07
HSL 306.94º 0.77% 0.69% -
HSV(B) 306.94º 0.51% 0.93% -
XYZ 54.49 35.82 73.85 -
YUV 164.38 161.09 179.8 -
System Red Green Blue C M Y K H S L
Decimal 237 116 223 0 0.51 0.06 0.07 306.94 0.77 0.69
Hex ED 74 DF 0 33 6 7 133 4D 45
Octal 355 164 337 0 63 6 7 463 115 105
Binary 11101101 1110100 11011111 0 110011 110 111 100110011 1001101 1000101

Color Harmonies of #ED74DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED74DF

Black with #ED74DF

Text Example


Text Example

White with #ED74DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED74DF; }

 p { color: rgb(237,116,223); }

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

background-color css

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

 a { background-color: rgb(237,116,223); }

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

border-color css

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

 span { border-color: rgb(237,116,223); }

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