Html Css Color HEX #ED62E5 Free Speech Magenta

📋 copy color: '#ED62E5'

red 237 ◦ green 98 ◦ blue 229

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

Shades of Free Speech Magenta #ED62E5

Tints of Free Speech Magenta #ED62E5

RGB

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

 GREEN value IS 98 (38.67% from 255) = 17.38%

 BLUE value IS 229 (89.84% from 255) = 40.6%

R = 42.02%
G = 17.38%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#ED62E5 (or 0xED62E5) is known color: Free Speech Magenta. HEX triplet: ED, 62 and E5. RGB value is (237,98,229). Sum of RGB (Red+Green+Blue) = 237+98+229=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 98 (38.67% from 255 or 17.38% from 564); Blue value is 229 (89.84% from 255 or 40.60% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #ED62E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED62E5 is #129D1A. Grayscale: #9A9A9A. Windows color (decimal): -1219867 or 15033069. OLE color: 15033069.

HSL color Cylindrical-coordinate representation of color #ED62E5: hue angle of 303.45º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED62E5 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 98 229 -
CMYK 0 0.59 0.03 0.07
HSL 303.45º 0.79% 0.66% -
HSV(B) 303.45º 0.59% 0.93% -
XYZ 53.44 32.4 77.57 -
YUV 154.5 170.05 186.85 -
System Red Green Blue C M Y K H S L
Decimal 237 98 229 0 0.59 0.03 0.07 303.45 0.79 0.66
Hex ED 62 E5 0 3B 3 7 12F 4F 42
Octal 355 142 345 0 73 3 7 457 117 102
Binary 11101101 1100010 11100101 0 111011 11 111 100101111 1001111 1000010

Color Harmonies of #ED62E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED62E5

Black with #ED62E5

Text Example


Text Example

White with #ED62E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED62E5; }

 p { color: rgb(237,98,229); }

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

background-color css

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

 a { background-color: rgb(237,98,229); }

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

border-color css

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

 span { border-color: rgb(237,98,229); }

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