Html Css Color HEX #ED7FDB Pale Magenta

📋 copy color: '#ED7FDB'

red 237 ◦ green 127 ◦ blue 219

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

Shades of Pale Magenta #ED7FDB

Tints of Pale Magenta #ED7FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.56%

R = 40.65%
G = 21.78%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED7FDB (or 0xED7FDB) is known color: Pale Magenta. HEX triplet: ED, 7F and DB. RGB value is (237,127,219). Sum of RGB (Red+Green+Blue) = 237+127+219=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 127 (50% from 255 or 21.78% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7FDB is #128024. Grayscale: #AAAAAA. Windows color (decimal): -1212453 or 14385133. OLE color: 14385133.

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

Color convert

RGB 237 127 219 -
CMYK 0 0.46 0.08 0.07
HSL 309.82º 0.75% 0.71% -
HSV(B) 309.82º 0.46% 0.93% -
XYZ 55.3 38.3 71.5 -
YUV 170.38 155.44 175.52 -
System Red Green Blue C M Y K H S L
Decimal 237 127 219 0 0.46 0.08 0.07 309.82 0.75 0.71
Hex ED 7F DB 0 2E 8 7 136 4B 47
Octal 355 177 333 0 56 10 7 466 113 107
Binary 11101101 1111111 11011011 0 101110 1000 111 100110110 1001011 1000111

Color Harmonies of #ED7FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7FDB

Black with #ED7FDB

Text Example


Text Example

White with #ED7FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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