Html Css Color HEX #EC5AEE Free Speech Magenta

📋 copy color: '#EC5AEE'

red 236 ◦ green 90 ◦ blue 238

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

Shades of Free Speech Magenta #EC5AEE

Tints of Free Speech Magenta #EC5AEE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 15.96%

 BLUE value IS 238 (93.36% from 255) = 42.2%

R = 41.84%
G = 15.96%
B = 42.2%

CMYK

 C value IS 0.01

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC5AEE (or 0xEC5AEE) is known color: Free Speech Magenta. HEX triplet: EC, 5A and EE. RGB value is (236,90,238). Sum of RGB (Red+Green+Blue) = 236+90+238=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 90 (35.55% from 255 or 15.96% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC5AEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5AEE is #13A511. Grayscale: #969696. Windows color (decimal): -1287442 or 15620844. OLE color: 15620844.

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

Color convert

RGB 236 90 238 -
CMYK 0.01 0.62 0 0.07
HSL 299.19º 0.81% 0.64% -
HSV(B) 299.19º 0.62% 0.93% -
XYZ 53.68 31.32 84.1 -
YUV 150.53 177.37 188.97 -
System Red Green Blue C M Y K H S L
Decimal 236 90 238 0.01 0.62 0 0.07 299.19 0.81 0.64
Hex EC 5A EE 1 3E 0 7 12B 51 40
Octal 354 132 356 1 76 0 7 453 121 100
Binary 11101100 1011010 11101110 1 111110 0 111 100101011 1010001 1000000

Color Harmonies of #EC5AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5AEE

Black with #EC5AEE

Text Example


Text Example

White with #EC5AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5AEE; }

 p { color: rgb(236,90,238); }

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

background-color css

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

 a { background-color: rgb(236,90,238); }

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

border-color css

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

 span { border-color: rgb(236,90,238); }

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