Html Css Color HEX #ED8CDB Pale Magenta

📋 copy color: '#ED8CDB'

red 237 ◦ green 140 ◦ blue 219

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

Shades of Pale Magenta #ED8CDB

Tints of Pale Magenta #ED8CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.49%

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

R = 39.77%
G = 23.49%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED8CDB (or 0xED8CDB) is known color: Pale Magenta. HEX triplet: ED, 8C and DB. RGB value is (237,140,219). Sum of RGB (Red+Green+Blue) = 237+140+219=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 140 (55.08% from 255 or 23.49% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8CDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8CDB is #127324. Grayscale: #B1B1B1. Windows color (decimal): -1209125 or 14388461. OLE color: 14388461.

HSL color Cylindrical-coordinate representation of color #ED8CDB: hue angle of 311.13º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ED8CDB is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 140 219 -
CMYK 0 0.41 0.08 0.07
HSL 311.13º 0.73% 0.74% -
HSV(B) 311.13º 0.41% 0.93% -
XYZ 57.09 41.88 72.09 -
YUV 178.01 151.14 170.08 -
System Red Green Blue C M Y K H S L
Decimal 237 140 219 0 0.41 0.08 0.07 311.13 0.73 0.74
Hex ED 8C DB 0 29 8 7 137 49 4A
Octal 355 214 333 0 51 10 7 467 111 112
Binary 11101101 10001100 11011011 0 101001 1000 111 100110111 1001001 1001010

Color Harmonies of #ED8CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8CDB

Black with #ED8CDB

Text Example


Text Example

White with #ED8CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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