Html Css Color HEX #ED8FE2 Pale Magenta

📋 copy color: '#ED8FE2'

red 237 ◦ green 143 ◦ blue 226

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

Shades of Pale Magenta #ED8FE2

Tints of Pale Magenta #ED8FE2

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.6%

 BLUE value IS 226 (88.67% from 255) = 37.29%

R = 39.11%
G = 23.6%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#ED8FE2 (or 0xED8FE2) is known color: Pale Magenta. HEX triplet: ED, 8F and E2. RGB value is (237,143,226). Sum of RGB (Red+Green+Blue) = 237+143+226=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 143 (56.25% from 255 or 23.60% from 606); Blue value is 226 (88.67% from 255 or 37.29% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8FE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8FE2 is #12701D. Grayscale: #B4B4B4. Windows color (decimal): -1208350 or 14847981. OLE color: 14847981.

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

Color convert

RGB 237 143 226 -
CMYK 0 0.40 0.05 0.07
HSL 307.02º 0.72% 0.75% -
HSV(B) 307.02º 0.4% 0.93% -
XYZ 58.47 43.14 77.2 -
YUV 180.57 153.64 168.25 -
System Red Green Blue C M Y K H S L
Decimal 237 143 226 0 0.40 0.05 0.07 307.02 0.72 0.75
Hex ED 8F E2 0 28 5 7 133 48 4B
Octal 355 217 342 0 50 5 7 463 110 113
Binary 11101101 10001111 11100010 0 101000 101 111 100110011 1001000 1001011

Color Harmonies of #ED8FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8FE2

Black with #ED8FE2

Text Example


Text Example

White with #ED8FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8FE2; }

 p { color: rgb(237,143,226); }

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

background-color css

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

 a { background-color: rgb(237,143,226); }

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

border-color css

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

 span { border-color: rgb(237,143,226); }

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