Html Css Color HEX #ED4FCD Free Speech Magenta

📋 copy color: '#ED4FCD'

red 237 ◦ green 79 ◦ blue 205

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

Shades of Free Speech Magenta #ED4FCD

Tints of Free Speech Magenta #ED4FCD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.16%

 BLUE value IS 205 (80.47% from 255) = 39.35%

R = 45.49%
G = 15.16%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED4FCD (or 0xED4FCD) is known color: Free Speech Magenta. HEX triplet: ED, 4F and CD. RGB value is (237,79,205). Sum of RGB (Red+Green+Blue) = 237+79+205=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 79 (31.25% from 255 or 15.16% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED4FCD is #12B032. Grayscale: #8C8C8C. Windows color (decimal): -1224755 or 13455341. OLE color: 13455341.

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

Color convert

RGB 237 79 205 -
CMYK 0 0.67 0.14 0.07
HSL 312.15º 0.81% 0.62% -
HSV(B) 312.15º 0.67% 0.93% -
XYZ 48.74 28 60.59 -
YUV 140.61 164.35 196.75 -
System Red Green Blue C M Y K H S L
Decimal 237 79 205 0 0.67 0.14 0.07 312.15 0.81 0.62
Hex ED 4F CD 0 43 E 7 138 51 3E
Octal 355 117 315 0 103 16 7 470 121 76
Binary 11101101 1001111 11001101 0 1000011 1110 111 100111000 1010001 111110

Color Harmonies of #ED4FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4FCD

Black with #ED4FCD

Text Example


Text Example

White with #ED4FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4FCD; }

 p { color: rgb(237,79,205); }

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

background-color css

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

 a { background-color: rgb(237,79,205); }

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

border-color css

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

 span { border-color: rgb(237,79,205); }

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