Html Css Color HEX #ED6ADB Free Speech Magenta

📋 copy color: '#ED6ADB'

red 237 ◦ green 106 ◦ blue 219

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

Shades of Free Speech Magenta #ED6ADB

Tints of Free Speech Magenta #ED6ADB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.86%

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

R = 42.17%
G = 18.86%
B = 38.97%

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

#ED6ADB (or 0xED6ADB) is known color: Free Speech Magenta. HEX triplet: ED, 6A and DB. RGB value is (237,106,219). Sum of RGB (Red+Green+Blue) = 237+106+219=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 106 (41.80% from 255 or 18.86% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6ADB is #129524. Grayscale: #9D9D9D. Windows color (decimal): -1217829 or 14379757. OLE color: 14379757.

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

Color convert

RGB 237 106 219 -
CMYK 0 0.55 0.08 0.07
HSL 308.24º 0.78% 0.67% -
HSV(B) 308.24º 0.55% 0.93% -
XYZ 52.87 33.43 70.68 -
YUV 158.05 162.4 184.31 -
System Red Green Blue C M Y K H S L
Decimal 237 106 219 0 0.55 0.08 0.07 308.24 0.78 0.67
Hex ED 6A DB 0 37 8 7 134 4E 43
Octal 355 152 333 0 67 10 7 464 116 103
Binary 11101101 1101010 11011011 0 110111 1000 111 100110100 1001110 1000011

Color Harmonies of #ED6ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6ADB

Black with #ED6ADB

Text Example


Text Example

White with #ED6ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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