Html Css Color HEX #ED92DF Pale Magenta

📋 copy color: '#ED92DF'

red 237 ◦ green 146 ◦ blue 223

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

Shades of Pale Magenta #ED92DF

Tints of Pale Magenta #ED92DF

RGB

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

 GREEN value IS 146 (57.42% from 255) = 24.09%

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

R = 39.11%
G = 24.09%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#ED92DF (or 0xED92DF) is known color: Pale Magenta. HEX triplet: ED, 92 and DF. RGB value is (237,146,223). Sum of RGB (Red+Green+Blue) = 237+146+223=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 146 (57.42% from 255 or 24.09% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #ED92DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED92DF is #126D20. Grayscale: #B5B5B5. Windows color (decimal): -1207585 or 14652141. OLE color: 14652141.

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

Color convert

RGB 237 146 223 -
CMYK 0 0.38 0.06 0.07
HSL 309.23º 0.72% 0.75% -
HSV(B) 309.23º 0.38% 0.93% -
XYZ 58.52 43.89 75.2 -
YUV 181.99 151.15 167.24 -
System Red Green Blue C M Y K H S L
Decimal 237 146 223 0 0.38 0.06 0.07 309.23 0.72 0.75
Hex ED 92 DF 0 26 6 7 135 48 4B
Octal 355 222 337 0 46 6 7 465 110 113
Binary 11101101 10010010 11011111 0 100110 110 111 100110101 1001000 1001011

Color Harmonies of #ED92DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED92DF

Black with #ED92DF

Text Example


Text Example

White with #ED92DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED92DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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