Html Css Color HEX #EC5CED Free Speech Magenta

📋 copy color: '#EC5CED'

red 236 ◦ green 92 ◦ blue 237

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

Shades of Free Speech Magenta #EC5CED

Tints of Free Speech Magenta #EC5CED

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.28%

 BLUE value IS 237 (92.97% from 255) = 41.95%

R = 41.77%
G = 16.28%
B = 41.95%

CMYK

 C value IS 0.00

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC5CED (or 0xEC5CED) is known color: Free Speech Magenta. HEX triplet: EC, 5C and ED. RGB value is (236,92,237). Sum of RGB (Red+Green+Blue) = 236+92+237=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 92 (36.33% from 255 or 16.28% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC5CED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5CED is #13A312. Grayscale: #979797. Windows color (decimal): -1286931 or 15555820. OLE color: 15555820.

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

Color convert

RGB 236 92 237 -
CMYK 0.00 0.61 0 0.07
HSL 299.59º 0.8% 0.65% -
HSV(B) 299.59º 0.61% 0.93% -
XYZ 53.71 31.6 83.39 -
YUV 151.59 176.21 188.21 -
System Red Green Blue C M Y K H S L
Decimal 236 92 237 0.00 0.61 0 0.07 299.59 0.8 0.65
Hex EC 5C ED 0 3D 0 7 12C 50 41
Octal 354 134 355 0 75 0 7 454 120 101
Binary 11101100 1011100 11101101 0 111101 0 111 100101100 1010000 1000001

Color Harmonies of #EC5CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5CED

Black with #EC5CED

Text Example


Text Example

White with #EC5CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5CED; }

 p { color: rgb(236,92,237); }

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

background-color css

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

 a { background-color: rgb(236,92,237); }

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

border-color css

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

 span { border-color: rgb(236,92,237); }

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