Html Css Color HEX #ED5FDB Free Speech Magenta

📋 copy color: '#ED5FDB'

red 237 ◦ green 95 ◦ blue 219

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

Shades of Free Speech Magenta #ED5FDB

Tints of Free Speech Magenta #ED5FDB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.24%

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

R = 43.01%
G = 17.24%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED5FDB (or 0xED5FDB) is known color: Free Speech Magenta. HEX triplet: ED, 5F and DB. RGB value is (237,95,219). Sum of RGB (Red+Green+Blue) = 237+95+219=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 95 (37.5% from 255 or 17.24% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED5FDB is #12A024. Grayscale: #979797. Windows color (decimal): -1220645 or 14376941. OLE color: 14376941.

HSL color Cylindrical-coordinate representation of color #ED5FDB: hue angle of 307.61º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ED5FDB is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 95 219 -
CMYK 0 0.60 0.08 0.07
HSL 307.61º 0.8% 0.65% -
HSV(B) 307.61º 0.6% 0.93% -
XYZ 51.8 31.3 70.33 -
YUV 151.59 166.04 188.92 -
System Red Green Blue C M Y K H S L
Decimal 237 95 219 0 0.60 0.08 0.07 307.61 0.8 0.65
Hex ED 5F DB 0 3C 8 7 134 50 41
Octal 355 137 333 0 74 10 7 464 120 101
Binary 11101101 1011111 11011011 0 111100 1000 111 100110100 1010000 1000001

Color Harmonies of #ED5FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5FDB

Black with #ED5FDB

Text Example


Text Example

White with #ED5FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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