Html Css Color HEX #ED6BDB Free Speech Magenta

📋 copy color: '#ED6BDB'

red 237 ◦ green 107 ◦ blue 219

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

Shades of Free Speech Magenta #ED6BDB

Tints of Free Speech Magenta #ED6BDB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.01%

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

R = 42.1%
G = 19.01%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED6BDB (or 0xED6BDB) is known color: Free Speech Magenta. HEX triplet: ED, 6B and DB. RGB value is (237,107,219). Sum of RGB (Red+Green+Blue) = 237+107+219=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 107 (42.19% from 255 or 19.01% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6BDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6BDB is #129424. Grayscale: #9E9E9E. Windows color (decimal): -1217573 or 14380013. OLE color: 14380013.

HSL color Cylindrical-coordinate representation of color #ED6BDB: hue angle of 308.31º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ED6BDB is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 107 219 -
CMYK 0 0.55 0.08 0.07
HSL 308.31º 0.78% 0.67% -
HSV(B) 308.31º 0.55% 0.93% -
XYZ 52.97 33.63 70.72 -
YUV 158.64 162.07 183.89 -
System Red Green Blue C M Y K H S L
Decimal 237 107 219 0 0.55 0.08 0.07 308.31 0.78 0.67
Hex ED 6B DB 0 37 8 7 134 4E 43
Octal 355 153 333 0 67 10 7 464 116 103
Binary 11101101 1101011 11011011 0 110111 1000 111 100110100 1001110 1000011

Color Harmonies of #ED6BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6BDB

Black with #ED6BDB

Text Example


Text Example

White with #ED6BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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