Html Css Color HEX #ED4DCB Free Speech Magenta

📋 copy color: '#ED4DCB'

red 237 ◦ green 77 ◦ blue 203

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

Shades of Free Speech Magenta #ED4DCB

Tints of Free Speech Magenta #ED4DCB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.89%

 BLUE value IS 203 (79.69% from 255) = 39.26%

R = 45.84%
G = 14.89%
B = 39.26%

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

#ED4DCB (or 0xED4DCB) is known color: Free Speech Magenta. HEX triplet: ED, 4D and CB. RGB value is (237,77,203). Sum of RGB (Red+Green+Blue) = 237+77+203=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 77 (30.47% from 255 or 14.89% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4DCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED4DCB is #12B234. Grayscale: #8A8A8A. Windows color (decimal): -1225269 or 13323757. OLE color: 13323757.

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

Color convert

RGB 237 77 203 -
CMYK 0 0.68 0.14 0.07
HSL 312.75º 0.82% 0.62% -
HSV(B) 312.75º 0.68% 0.93% -
XYZ 48.36 27.62 59.28 -
YUV 139.2 164.01 197.75 -
System Red Green Blue C M Y K H S L
Decimal 237 77 203 0 0.68 0.14 0.07 312.75 0.82 0.62
Hex ED 4D CB 0 44 E 7 139 52 3E
Octal 355 115 313 0 104 16 7 471 122 76
Binary 11101101 1001101 11001011 0 1000100 1110 111 100111001 1010010 111110

Color Harmonies of #ED4DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4DCB

Black with #ED4DCB

Text Example


Text Example

White with #ED4DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4DCB; }

 p { color: rgb(237,77,203); }

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

background-color css

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

 a { background-color: rgb(237,77,203); }

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

border-color css

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

 span { border-color: rgb(237,77,203); }

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