Html Css Color HEX #ED94E1 Pale Magenta

📋 copy color: '#ED94E1'

red 237 ◦ green 148 ◦ blue 225

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

Shades of Pale Magenta #ED94E1

Tints of Pale Magenta #ED94E1

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.26%

 BLUE value IS 225 (88.28% from 255) = 36.89%

R = 38.85%
G = 24.26%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#ED94E1 (or 0xED94E1) is known color: Pale Magenta. HEX triplet: ED, 94 and E1. RGB value is (237,148,225). Sum of RGB (Red+Green+Blue) = 237+148+225=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 148 (58.20% from 255 or 24.26% from 610); Blue value is 225 (88.28% from 255 or 36.89% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #ED94E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED94E1 is #126B1E. Grayscale: #B7B7B7. Windows color (decimal): -1207071 or 14783725. OLE color: 14783725.

HSL color Cylindrical-coordinate representation of color #ED94E1: hue angle of 308.09º degrees, saturation: 0.71, 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 #ED94E1 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 148 225 -
CMYK 0 0.38 0.05 0.07
HSL 308.09º 0.71% 0.75% -
HSV(B) 308.09º 0.38% 0.93% -
XYZ 59.11 44.62 76.73 -
YUV 183.39 151.49 166.24 -
System Red Green Blue C M Y K H S L
Decimal 237 148 225 0 0.38 0.05 0.07 308.09 0.71 0.75
Hex ED 94 E1 0 26 5 7 134 47 4B
Octal 355 224 341 0 46 5 7 464 107 113
Binary 11101101 10010100 11100001 0 100110 101 111 100110100 1000111 1001011

Color Harmonies of #ED94E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED94E1

Black with #ED94E1

Text Example


Text Example

White with #ED94E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED94E1; }

 p { color: rgb(237,148,225); }

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

background-color css

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

 a { background-color: rgb(237,148,225); }

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

border-color css

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

 span { border-color: rgb(237,148,225); }

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