Html Css Color HEX #ED51CC Free Speech Magenta

📋 copy color: '#ED51CC'

red 237 ◦ green 81 ◦ blue 204

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

Shades of Free Speech Magenta #ED51CC

Tints of Free Speech Magenta #ED51CC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.52%

 BLUE value IS 204 (80.08% from 255) = 39.08%

R = 45.4%
G = 15.52%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED51CC (or 0xED51CC) is known color: Free Speech Magenta. HEX triplet: ED, 51 and CC. RGB value is (237,81,204). Sum of RGB (Red+Green+Blue) = 237+81+204=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 81 (32.03% from 255 or 15.52% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #ED51CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED51CC is #12AE33. Grayscale: #8D8D8D. Windows color (decimal): -1224244 or 13390317. OLE color: 13390317.

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

Color convert

RGB 237 81 204 -
CMYK 0 0.66 0.14 0.07
HSL 312.69º 0.81% 0.62% -
HSV(B) 312.69º 0.66% 0.93% -
XYZ 48.77 28.25 60.01 -
YUV 141.67 163.18 196 -
System Red Green Blue C M Y K H S L
Decimal 237 81 204 0 0.66 0.14 0.07 312.69 0.81 0.62
Hex ED 51 CC 0 42 E 7 139 51 3E
Octal 355 121 314 0 102 16 7 471 121 76
Binary 11101101 1010001 11001100 0 1000010 1110 111 100111001 1010001 111110

Color Harmonies of #ED51CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED51CC

Black with #ED51CC

Text Example


Text Example

White with #ED51CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED51CC; }

 p { color: rgb(237,81,204); }

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

background-color css

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

 a { background-color: rgb(237,81,204); }

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

border-color css

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

 span { border-color: rgb(237,81,204); }

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