Html Css Color HEX #ED69DC Free Speech Magenta

📋 copy color: '#ED69DC'

red 237 ◦ green 105 ◦ blue 220

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

Shades of Free Speech Magenta #ED69DC

Tints of Free Speech Magenta #ED69DC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 18.68%

 BLUE value IS 220 (86.33% from 255) = 39.15%

R = 42.17%
G = 18.68%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED69DC (or 0xED69DC) is known color: Free Speech Magenta. HEX triplet: ED, 69 and DC. RGB value is (237,105,220). Sum of RGB (Red+Green+Blue) = 237+105+220=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 105 (41.41% from 255 or 18.68% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #ED69DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED69DC is #129623. Grayscale: #9D9D9D. Windows color (decimal): -1218084 or 14445037. OLE color: 14445037.

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

Color convert

RGB 237 105 220 -
CMYK 0 0.56 0.07 0.07
HSL 307.73º 0.79% 0.67% -
HSV(B) 307.73º 0.56% 0.93% -
XYZ 52.89 33.27 71.34 -
YUV 157.58 163.23 184.65 -
System Red Green Blue C M Y K H S L
Decimal 237 105 220 0 0.56 0.07 0.07 307.73 0.79 0.67
Hex ED 69 DC 0 38 7 7 134 4F 43
Octal 355 151 334 0 70 7 7 464 117 103
Binary 11101101 1101001 11011100 0 111000 111 111 100110100 1001111 1000011

Color Harmonies of #ED69DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED69DC

Black with #ED69DC

Text Example


Text Example

White with #ED69DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED69DC; }

 p { color: rgb(237,105,220); }

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

background-color css

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

 a { background-color: rgb(237,105,220); }

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

border-color css

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

 span { border-color: rgb(237,105,220); }

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