Html Css Color HEX #ED62DB Free Speech Magenta

📋 copy color: '#ED62DB'

red 237 ◦ green 98 ◦ blue 219

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

Shades of Free Speech Magenta #ED62DB

Tints of Free Speech Magenta #ED62DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.53%

R = 42.78%
G = 17.69%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED62DB (or 0xED62DB) is known color: Free Speech Magenta. HEX triplet: ED, 62 and DB. RGB value is (237,98,219). Sum of RGB (Red+Green+Blue) = 237+98+219=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 98 (38.67% from 255 or 17.69% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #ED62DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED62DB is #129D24. Grayscale: #999999. Windows color (decimal): -1219877 or 14377709. OLE color: 14377709.

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

Color convert

RGB 237 98 219 -
CMYK 0 0.59 0.08 0.07
HSL 307.77º 0.79% 0.66% -
HSV(B) 307.77º 0.59% 0.93% -
XYZ 52.08 31.85 70.42 -
YUV 153.36 165.05 187.66 -
System Red Green Blue C M Y K H S L
Decimal 237 98 219 0 0.59 0.08 0.07 307.77 0.79 0.66
Hex ED 62 DB 0 3B 8 7 134 4F 42
Octal 355 142 333 0 73 10 7 464 117 102
Binary 11101101 1100010 11011011 0 111011 1000 111 100110100 1001111 1000010

Color Harmonies of #ED62DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED62DB

Black with #ED62DB

Text Example


Text Example

White with #ED62DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED62DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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