Html Css Color HEX #ED91D6 Pale Magenta

📋 copy color: '#ED91D6'

red 237 ◦ green 145 ◦ blue 214

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

Shades of Pale Magenta #ED91D6

Tints of Pale Magenta #ED91D6

RGB

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

 GREEN value IS 145 (57.03% from 255) = 24.33%

 BLUE value IS 214 (83.98% from 255) = 35.91%

R = 39.77%
G = 24.33%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#ED91D6 (or 0xED91D6) is known color: Pale Magenta. HEX triplet: ED, 91 and D6. RGB value is (237,145,214). Sum of RGB (Red+Green+Blue) = 237+145+214=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 145 (57.03% from 255 or 24.33% from 596); Blue value is 214 (83.98% from 255 or 35.91% from 596); Max value from RGB is 237 - color contains mainly: red. Hex color #ED91D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED91D6 is #126E29. Grayscale: #B4B4B4. Windows color (decimal): -1207850 or 14062061. OLE color: 14062061.

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

Color convert

RGB 237 145 214 -
CMYK 0 0.39 0.10 0.07
HSL 315º 0.72% 0.75% -
HSV(B) 315º 0.39% 0.93% -
XYZ 57.19 43.11 68.93 -
YUV 180.37 146.98 168.39 -
System Red Green Blue C M Y K H S L
Decimal 237 145 214 0 0.39 0.10 0.07 315 0.72 0.75
Hex ED 91 D6 0 27 A 7 13B 48 4B
Octal 355 221 326 0 47 12 7 473 110 113
Binary 11101101 10010001 11010110 0 100111 1010 111 100111011 1001000 1001011

Color Harmonies of #ED91D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED91D6

Black with #ED91D6

Text Example


Text Example

White with #ED91D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED91D6; }

 p { color: rgb(237,145,214); }

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

background-color css

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

 a { background-color: rgb(237,145,214); }

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

border-color css

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

 span { border-color: rgb(237,145,214); }

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