Html Css Color HEX #EC5EEB Free Speech Magenta

📋 copy color: '#EC5EEB'

red 236 ◦ green 94 ◦ blue 235

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

Shades of Free Speech Magenta #EC5EEB

Tints of Free Speech Magenta #EC5EEB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.64%

 BLUE value IS 235 (92.19% from 255) = 41.59%

R = 41.77%
G = 16.64%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EC5EEB (or 0xEC5EEB) is known color: Free Speech Magenta. HEX triplet: EC, 5E and EB. RGB value is (236,94,235). Sum of RGB (Red+Green+Blue) = 236+94+235=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 94 (37.11% from 255 or 16.64% from 565); Blue value is 235 (92.19% from 255 or 41.59% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5EEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5EEB is #13A114. Grayscale: #989898. Windows color (decimal): -1286421 or 15425260. OLE color: 15425260.

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

Color convert

RGB 236 94 235 -
CMYK 0 0.60 0.00 0.07
HSL 300.42º 0.79% 0.65% -
HSV(B) 300.42º 0.6% 0.93% -
XYZ 53.59 31.84 81.92 -
YUV 152.53 174.54 187.54 -
System Red Green Blue C M Y K H S L
Decimal 236 94 235 0 0.60 0.00 0.07 300.42 0.79 0.65
Hex EC 5E EB 0 3C 0 7 12C 4F 41
Octal 354 136 353 0 74 0 7 454 117 101
Binary 11101100 1011110 11101011 0 111100 0 111 100101100 1001111 1000001

Color Harmonies of #EC5EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5EEB

Black with #EC5EEB

Text Example


Text Example

White with #EC5EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5EEB; }

 p { color: rgb(236,94,235); }

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

background-color css

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

 a { background-color: rgb(236,94,235); }

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

border-color css

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

 span { border-color: rgb(236,94,235); }

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