Html Css Color HEX #ED1CEB Magenta

📋 copy color: '#ED1CEB'

red 237 ◦ green 28 ◦ blue 235

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

Shades of Magenta #ED1CEB

Tints of Magenta #ED1CEB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.6%

 BLUE value IS 235 (92.19% from 255) = 47%

R = 47.4%
G = 5.6%
B = 47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ED1CEB (or 0xED1CEB) is known color: Magenta. HEX triplet: ED, 1C and EB. RGB value is (237,28,235). Sum of RGB (Red+Green+Blue) = 237+28+235=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 28 (11.33% from 255 or 5.6% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1CEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED1CEB is #12E314. Grayscale: #717171. Windows color (decimal): -1237781 or 15408365. OLE color: 15408365.

HSL color Cylindrical-coordinate representation of color #ED1CEB: hue angle of 300.57º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED1CEB is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 28 235 -
CMYK 0 0.88 0.01 0.07
HSL 300.57º 0.85% 0.52% -
HSV(B) 300.57º 0.88% 0.93% -
XYZ 50.34 24.83 80.74 -
YUV 114.09 196.24 215.67 -
System Red Green Blue C M Y K H S L
Decimal 237 28 235 0 0.88 0.01 0.07 300.57 0.85 0.52
Hex ED 1C EB 0 58 1 7 12D 55 34
Octal 355 34 353 0 130 1 7 455 125 64
Binary 11101101 11100 11101011 0 1011000 1 111 100101101 1010101 110100

Color Harmonies of #ED1CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1CEB

Black with #ED1CEB

Text Example


Text Example

White with #ED1CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1CEB; }

 p { color: rgb(237,28,235); }

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

background-color css

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

 a { background-color: rgb(237,28,235); }

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

border-color css

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

 span { border-color: rgb(237,28,235); }

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