Html Css Color HEX #EC5BD8 Free Speech Magenta

📋 copy color: '#EC5BD8'

red 236 ◦ green 91 ◦ blue 216

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

Shades of Free Speech Magenta #EC5BD8

Tints of Free Speech Magenta #EC5BD8

RGB

 RED value IS 236 (92.58% from 255) = 43.46%

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

 BLUE value IS 216 (84.77% from 255) = 39.78%

R = 43.46%
G = 16.76%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC5BD8 (or 0xEC5BD8) is known color: Free Speech Magenta. HEX triplet: EC, 5B and D8. RGB value is (236,91,216). Sum of RGB (Red+Green+Blue) = 236+91+216=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 91 (35.94% from 255 or 16.76% from 543); Blue value is 216 (84.77% from 255 or 39.78% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5BD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5BD8 is #13A427. Grayscale: #949494. Windows color (decimal): -1287208 or 14179308. OLE color: 14179308.

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

Color convert

RGB 236 91 216 -
CMYK 0 0.61 0.08 0.07
HSL 308.28º 0.79% 0.64% -
HSV(B) 308.28º 0.61% 0.93% -
XYZ 50.73 30.27 68.14 -
YUV 148.61 166.04 190.34 -
System Red Green Blue C M Y K H S L
Decimal 236 91 216 0 0.61 0.08 0.07 308.28 0.79 0.64
Hex EC 5B D8 0 3D 8 7 134 4F 40
Octal 354 133 330 0 75 10 7 464 117 100
Binary 11101100 1011011 11011000 0 111101 1000 111 100110100 1001111 1000000

Color Harmonies of #EC5BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5BD8

Black with #EC5BD8

Text Example


Text Example

White with #EC5BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5BD8; }

 p { color: rgb(236,91,216); }

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

background-color css

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

 a { background-color: rgb(236,91,216); }

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

border-color css

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

 span { border-color: rgb(236,91,216); }

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