Html Css Color HEX #ED5DDE Free Speech Magenta

📋 copy color: '#ED5DDE'

red 237 ◦ green 93 ◦ blue 222

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

Shades of Free Speech Magenta #ED5DDE

Tints of Free Speech Magenta #ED5DDE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.85%

 BLUE value IS 222 (87.11% from 255) = 40.22%

R = 42.93%
G = 16.85%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#ED5DDE (or 0xED5DDE) is known color: Free Speech Magenta. HEX triplet: ED, 5D and DE. RGB value is (237,93,222). Sum of RGB (Red+Green+Blue) = 237+93+222=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 93 (36.72% from 255 or 16.85% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5DDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED5DDE is #12A221. Grayscale: #969696. Windows color (decimal): -1221154 or 14573037. OLE color: 14573037.

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

Color convert

RGB 237 93 222 -
CMYK 0 0.61 0.06 0.07
HSL 306.25º 0.8% 0.65% -
HSV(B) 306.25º 0.61% 0.93% -
XYZ 52.02 31.11 72.37 -
YUV 150.76 168.21 189.51 -
System Red Green Blue C M Y K H S L
Decimal 237 93 222 0 0.61 0.06 0.07 306.25 0.8 0.65
Hex ED 5D DE 0 3D 6 7 132 50 41
Octal 355 135 336 0 75 6 7 462 120 101
Binary 11101101 1011101 11011110 0 111101 110 111 100110010 1010000 1000001

Color Harmonies of #ED5DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5DDE

Black with #ED5DDE

Text Example


Text Example

White with #ED5DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5DDE; }

 p { color: rgb(237,93,222); }

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

background-color css

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

 a { background-color: rgb(237,93,222); }

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

border-color css

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

 span { border-color: rgb(237,93,222); }

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