Html Css Color HEX #ED4CDB Free Speech Magenta

📋 copy color: '#ED4CDB'

red 237 ◦ green 76 ◦ blue 219

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

Shades of Free Speech Magenta #ED4CDB

Tints of Free Speech Magenta #ED4CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.29%

 BLUE value IS 219 (85.94% from 255) = 41.17%

R = 44.55%
G = 14.29%
B = 41.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED4CDB (or 0xED4CDB) is known color: Free Speech Magenta. HEX triplet: ED, 4C and DB. RGB value is (237,76,219). Sum of RGB (Red+Green+Blue) = 237+76+219=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 76 (30.08% from 255 or 14.29% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4CDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED4CDB is #12B324. Grayscale: #8C8C8C. Windows color (decimal): -1225509 or 14372077. OLE color: 14372077.

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

Color convert

RGB 237 76 219 -
CMYK 0 0.68 0.08 0.07
HSL 306.71º 0.82% 0.61% -
HSV(B) 306.71º 0.68% 0.93% -
XYZ 50.3 28.29 69.83 -
YUV 140.44 172.34 196.87 -
System Red Green Blue C M Y K H S L
Decimal 237 76 219 0 0.68 0.08 0.07 306.71 0.82 0.61
Hex ED 4C DB 0 44 8 7 133 52 3D
Octal 355 114 333 0 104 10 7 463 122 75
Binary 11101101 1001100 11011011 0 1000100 1000 111 100110011 1010010 111101

Color Harmonies of #ED4CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4CDB

Black with #ED4CDB

Text Example


Text Example

White with #ED4CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4CDB; }

 p { color: rgb(237,76,219); }

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

background-color css

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

 a { background-color: rgb(237,76,219); }

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

border-color css

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

 span { border-color: rgb(237,76,219); }

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