Html Css Color HEX #ED5BDA Free Speech Magenta

📋 copy color: '#ED5BDA'

red 237 ◦ green 91 ◦ blue 218

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

Shades of Free Speech Magenta #ED5BDA

Tints of Free Speech Magenta #ED5BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.93%

R = 43.41%
G = 16.67%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED5BDA (or 0xED5BDA) is known color: Free Speech Magenta. HEX triplet: ED, 5B and DA. RGB value is (237,91,218). Sum of RGB (Red+Green+Blue) = 237+91+218=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 91 (35.94% from 255 or 16.67% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5BDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED5BDA is #12A425. Grayscale: #949494. Windows color (decimal): -1221670 or 14310381. OLE color: 14310381.

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

Color convert

RGB 237 91 218 -
CMYK 0 0.62 0.08 0.07
HSL 307.81º 0.8% 0.64% -
HSV(B) 307.81º 0.62% 0.93% -
XYZ 51.32 30.55 69.52 -
YUV 149.13 166.87 190.67 -
System Red Green Blue C M Y K H S L
Decimal 237 91 218 0 0.62 0.08 0.07 307.81 0.8 0.64
Hex ED 5B DA 0 3E 8 7 134 50 40
Octal 355 133 332 0 76 10 7 464 120 100
Binary 11101101 1011011 11011010 0 111110 1000 111 100110100 1010000 1000000

Color Harmonies of #ED5BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5BDA

Black with #ED5BDA

Text Example


Text Example

White with #ED5BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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