Html Css Color HEX #ED5BDD Free Speech Magenta

📋 copy color: '#ED5BDD'

red 237 ◦ green 91 ◦ blue 221

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

Shades of Free Speech Magenta #ED5BDD

Tints of Free Speech Magenta #ED5BDD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.58%

 BLUE value IS 221 (86.72% from 255) = 40.26%

R = 43.17%
G = 16.58%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED5BDD (or 0xED5BDD) is known color: Free Speech Magenta. HEX triplet: ED, 5B and DD. RGB value is (237,91,221). Sum of RGB (Red+Green+Blue) = 237+91+221=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 91 (35.94% from 255 or 16.58% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5BDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED5BDD is #12A422. Grayscale: #959595. Windows color (decimal): -1221667 or 14506989. OLE color: 14506989.

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

Color convert

RGB 237 91 221 -
CMYK 0 0.62 0.07 0.07
HSL 306.58º 0.8% 0.64% -
HSV(B) 306.58º 0.62% 0.93% -
XYZ 51.72 30.71 71.61 -
YUV 149.47 168.37 190.43 -
System Red Green Blue C M Y K H S L
Decimal 237 91 221 0 0.62 0.07 0.07 306.58 0.8 0.64
Hex ED 5B DD 0 3E 7 7 133 50 40
Octal 355 133 335 0 76 7 7 463 120 100
Binary 11101101 1011011 11011101 0 111110 111 111 100110011 1010000 1000000

Color Harmonies of #ED5BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5BDD

Black with #ED5BDD

Text Example


Text Example

White with #ED5BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5BDD; }

 p { color: rgb(237,91,221); }

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

background-color css

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

 a { background-color: rgb(237,91,221); }

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

border-color css

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

 span { border-color: rgb(237,91,221); }

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