Html Css Color HEX #ED4BCD Free Speech Magenta

📋 copy color: '#ED4BCD'

red 237 ◦ green 75 ◦ blue 205

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

Shades of Free Speech Magenta #ED4BCD

Tints of Free Speech Magenta #ED4BCD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.51%

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

R = 45.84%
G = 14.51%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED4BCD (or 0xED4BCD) is known color: Free Speech Magenta. HEX triplet: ED, 4B and CD. RGB value is (237,75,205). Sum of RGB (Red+Green+Blue) = 237+75+205=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 75 (29.69% from 255 or 14.51% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4BCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED4BCD is #12B432. Grayscale: #898989. Windows color (decimal): -1225779 or 13454317. OLE color: 13454317.

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

Color convert

RGB 237 75 205 -
CMYK 0 0.68 0.14 0.07
HSL 311.85º 0.82% 0.61% -
HSV(B) 311.85º 0.68% 0.93% -
XYZ 48.46 27.44 60.5 -
YUV 138.26 165.67 198.43 -
System Red Green Blue C M Y K H S L
Decimal 237 75 205 0 0.68 0.14 0.07 311.85 0.82 0.61
Hex ED 4B CD 0 44 E 7 138 52 3D
Octal 355 113 315 0 104 16 7 470 122 75
Binary 11101101 1001011 11001101 0 1000100 1110 111 100111000 1010010 111101

Color Harmonies of #ED4BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4BCD

Black with #ED4BCD

Text Example


Text Example

White with #ED4BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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