Html Css Color HEX #ED4BDB Free Speech Magenta

📋 copy color: '#ED4BDB'

red 237 ◦ green 75 ◦ blue 219

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

Shades of Free Speech Magenta #ED4BDB

Tints of Free Speech Magenta #ED4BDB

RGB

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

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

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

R = 44.63%
G = 14.12%
B = 41.24%

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

#ED4BDB (or 0xED4BDB) is known color: Free Speech Magenta. HEX triplet: ED, 4B and DB. RGB value is (237,75,219). Sum of RGB (Red+Green+Blue) = 237+75+219=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 75 (29.69% from 255 or 14.12% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4BDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED4BDB is #12B424. Grayscale: #8B8B8B. Windows color (decimal): -1225765 or 14371821. OLE color: 14371821.

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

Color convert

RGB 237 75 219 -
CMYK 0 0.68 0.08 0.07
HSL 306.67º 0.82% 0.61% -
HSV(B) 306.67º 0.68% 0.93% -
XYZ 50.23 28.15 69.8 -
YUV 139.85 172.67 197.29 -
System Red Green Blue C M Y K H S L
Decimal 237 75 219 0 0.68 0.08 0.07 306.67 0.82 0.61
Hex ED 4B DB 0 44 8 7 133 52 3D
Octal 355 113 333 0 104 10 7 463 122 75
Binary 11101101 1001011 11011011 0 1000100 1000 111 100110011 1010010 111101

Color Harmonies of #ED4BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4BDB

Black with #ED4BDB

Text Example


Text Example

White with #ED4BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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