Html Css Color HEX #ED27F3 Magenta

📋 copy color: '#ED27F3'

red 237 ◦ green 39 ◦ blue 243

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

Shades of Magenta #ED27F3

Tints of Magenta #ED27F3

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.51%

 BLUE value IS 243 (95.31% from 255) = 46.82%

R = 45.66%
G = 7.51%
B = 46.82%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ED27F3 (or 0xED27F3) is known color: Magenta. HEX triplet: ED, 27 and F3. RGB value is (237,39,243). Sum of RGB (Red+Green+Blue) = 237+39+243=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 39 (15.62% from 255 or 7.51% from 519); Blue value is 243 (95.31% from 255 or 46.82% from 519); Max value from RGB is 243 - color contains mainly: blue. Hex color #ED27F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED27F3 is #12D80C. Grayscale: #787878. Windows color (decimal): -1234957 or 15935469. OLE color: 15935469.

HSL color Cylindrical-coordinate representation of color #ED27F3: hue angle of 298.24º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED27F3 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 39 243 -
CMYK 0.02 0.84 0 0.05
HSL 298.24º 0.89% 0.55% -
HSV(B) 298.24º 0.84% 0.95% -
XYZ 51.83 25.93 87.07 -
YUV 121.46 196.6 210.41 -
System Red Green Blue C M Y K H S L
Decimal 237 39 243 0.02 0.84 0 0.05 298.24 0.89 0.55
Hex ED 27 F3 2 54 0 5 12A 59 37
Octal 355 47 363 2 124 0 5 452 131 67
Binary 11101101 100111 11110011 10 1010100 0 101 100101010 1011001 110111

Color Harmonies of #ED27F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED27F3

Black with #ED27F3

Text Example


Text Example

White with #ED27F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED27F3; }

 p { color: rgb(237,39,243); }

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

background-color css

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

 a { background-color: rgb(237,39,243); }

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

border-color css

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

 span { border-color: rgb(237,39,243); }

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