Html Css Color HEX #ED62D4 Free Speech Magenta

📋 copy color: '#ED62D4'

red 237 ◦ green 98 ◦ blue 212

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

Shades of Free Speech Magenta #ED62D4

Tints of Free Speech Magenta #ED62D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.76%

R = 43.33%
G = 17.92%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#ED62D4 (or 0xED62D4) is known color: Free Speech Magenta. HEX triplet: ED, 62 and D4. RGB value is (237,98,212). Sum of RGB (Red+Green+Blue) = 237+98+212=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 98 (38.67% from 255 or 17.92% from 547); Blue value is 212 (83.20% from 255 or 38.76% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #ED62D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED62D4 is #129D2B. Grayscale: #989898. Windows color (decimal): -1219884 or 13918957. OLE color: 13918957.

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

Color convert

RGB 237 98 212 -
CMYK 0 0.59 0.11 0.07
HSL 310.79º 0.79% 0.66% -
HSV(B) 310.79º 0.59% 0.93% -
XYZ 51.18 31.49 65.67 -
YUV 152.56 161.55 188.23 -
System Red Green Blue C M Y K H S L
Decimal 237 98 212 0 0.59 0.11 0.07 310.79 0.79 0.66
Hex ED 62 D4 0 3B B 7 137 4F 42
Octal 355 142 324 0 73 13 7 467 117 102
Binary 11101101 1100010 11010100 0 111011 1011 111 100110111 1001111 1000010

Color Harmonies of #ED62D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED62D4

Black with #ED62D4

Text Example


Text Example

White with #ED62D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED62D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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