Html Css Color HEX #E13CEB Free Speech Magenta

📋 copy color: '#E13CEB'

red 225 ◦ green 60 ◦ blue 235

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

Shades of Free Speech Magenta #E13CEB

Tints of Free Speech Magenta #E13CEB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.54%

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

R = 43.27%
G = 11.54%
B = 45.19%

CMYK

 C value IS 0.04

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E13CEB (or 0xE13CEB) is known color: Free Speech Magenta. HEX triplet: E1, 3C and EB. RGB value is (225,60,235). Sum of RGB (Red+Green+Blue) = 225+60+235=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 60 (23.83% from 255 or 11.54% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #E13CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E13CEB is #1EC314. Grayscale: #808080. Windows color (decimal): -2016021 or 15416545. OLE color: 15416545.

HSL color Cylindrical-coordinate representation of color #E13CEB: hue angle of 296.57º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E13CEB is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 225 60 235 -
CMYK 0.04 0.74 0 0.08
HSL 296.57º 0.81% 0.58% -
HSV(B) 296.57º 0.74% 0.92% -
XYZ 47.66 25.24 80.96 -
YUV 129.29 187.66 196.27 -
System Red Green Blue C M Y K H S L
Decimal 225 60 235 0.04 0.74 0 0.08 296.57 0.81 0.58
Hex E1 3C EB 4 4A 0 8 129 51 3A
Octal 341 74 353 4 112 0 10 451 121 72
Binary 11100001 111100 11101011 100 1001010 0 1000 100101001 1010001 111010

Color Harmonies of #E13CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13CEB

Black with #E13CEB

Text Example


Text Example

White with #E13CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13CEB; }

 p { color: rgb(225,60,235); }

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

background-color css

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

 a { background-color: rgb(225,60,235); }

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

border-color css

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

 span { border-color: rgb(225,60,235); }

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