Html Css Color HEX #ED62D8 Free Speech Magenta

📋 copy color: '#ED62D8'

red 237 ◦ green 98 ◦ blue 216

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

Shades of Free Speech Magenta #ED62D8

Tints of Free Speech Magenta #ED62D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.2%

R = 43.01%
G = 17.79%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#ED62D8 (or 0xED62D8) is known color: Free Speech Magenta. HEX triplet: ED, 62 and D8. RGB value is (237,98,216). Sum of RGB (Red+Green+Blue) = 237+98+216=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 98 (38.67% from 255 or 17.79% from 551); Blue value is 216 (84.77% from 255 or 39.20% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #ED62D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED62D8 is #129D27. Grayscale: #989898. Windows color (decimal): -1219880 or 14181101. OLE color: 14181101.

HSL color Cylindrical-coordinate representation of color #ED62D8: hue angle of 309.06º 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 #ED62D8 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 98 216 -
CMYK 0 0.59 0.09 0.07
HSL 309.06º 0.79% 0.66% -
HSV(B) 309.06º 0.59% 0.93% -
XYZ 51.69 31.7 68.36 -
YUV 153.01 163.55 187.91 -
System Red Green Blue C M Y K H S L
Decimal 237 98 216 0 0.59 0.09 0.07 309.06 0.79 0.66
Hex ED 62 D8 0 3B 9 7 135 4F 42
Octal 355 142 330 0 73 11 7 465 117 102
Binary 11101101 1100010 11011000 0 111011 1001 111 100110101 1001111 1000010

Color Harmonies of #ED62D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED62D8

Black with #ED62D8

Text Example


Text Example

White with #ED62D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED62D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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