Html Css Color HEX #E130EC Free Speech Magenta

📋 copy color: '#E130EC'

red 225 ◦ green 48 ◦ blue 236

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

Shades of Free Speech Magenta #E130EC

Tints of Free Speech Magenta #E130EC

RGB

 RED value IS 225 (88.28% from 255) = 44.2%

 GREEN value IS 48 (19.14% from 255) = 9.43%

 BLUE value IS 236 (92.58% from 255) = 46.37%

R = 44.2%
G = 9.43%
B = 46.37%

CMYK

 C value IS 0.05

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E130EC (or 0xE130EC) is known color: Free Speech Magenta. HEX triplet: E1, 30 and EC. RGB value is (225,48,236). Sum of RGB (Red+Green+Blue) = 225+48+236=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 48 (19.14% from 255 or 9.43% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #E130EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E130EC is #1ECF13. Grayscale: #797979. Windows color (decimal): -2019092 or 15479009. OLE color: 15479009.

HSL color Cylindrical-coordinate representation of color #E130EC: hue angle of 296.49º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E130EC is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 225 48 236 -
CMYK 0.05 0.80 0 0.07
HSL 296.49º 0.83% 0.56% -
HSV(B) 296.49º 0.8% 0.93% -
XYZ 47.25 24.18 81.53 -
YUV 122.36 192.14 201.21 -
System Red Green Blue C M Y K H S L
Decimal 225 48 236 0.05 0.80 0 0.07 296.49 0.83 0.56
Hex E1 30 EC 5 50 0 7 128 53 38
Octal 341 60 354 5 120 0 7 450 123 70
Binary 11100001 110000 11101100 101 1010000 0 111 100101000 1010011 111000

Color Harmonies of #E130EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E130EC

Black with #E130EC

Text Example


Text Example

White with #E130EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E130EC; }

 p { color: rgb(225,48,236); }

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

background-color css

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

 a { background-color: rgb(225,48,236); }

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

border-color css

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

 span { border-color: rgb(225,48,236); }

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