Html Css Color HEX #E135E2 Free Speech Magenta

📋 copy color: '#E135E2'

red 225 ◦ green 53 ◦ blue 226

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

Shades of Free Speech Magenta #E135E2

Tints of Free Speech Magenta #E135E2

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.52%

 BLUE value IS 226 (88.67% from 255) = 44.84%

R = 44.64%
G = 10.52%
B = 44.84%

CMYK

 C value IS 0.00

 M value IS 0.77

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#E135E2 (or 0xE135E2) is known color: Free Speech Magenta. HEX triplet: E1, 35 and E2. RGB value is (225,53,226). Sum of RGB (Red+Green+Blue) = 225+53+226=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 53 (21.09% from 255 or 10.52% from 504); Blue value is 226 (88.67% from 255 or 44.84% from 504); Max value from RGB is 226 - color contains mainly: blue. Hex color #E135E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E135E2 is #1ECA1D. Grayscale: #7B7B7B. Windows color (decimal): -2017822 or 14824929. OLE color: 14824929.

HSL color Cylindrical-coordinate representation of color #E135E2: hue angle of 299.65º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E135E2 is Cyan = 0.00, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 225 53 226 -
CMYK 0.00 0.77 0 0.11
HSL 299.65º 0.75% 0.55% -
HSV(B) 299.65º 0.77% 0.89% -
XYZ 46.05 24.04 74.17 -
YUV 124.15 185.48 199.93 -
System Red Green Blue C M Y K H S L
Decimal 225 53 226 0.00 0.77 0 0.11 299.65 0.75 0.55
Hex E1 35 E2 0 4D 0 B 12C 4B 37
Octal 341 65 342 0 115 0 13 454 113 67
Binary 11100001 110101 11100010 0 1001101 0 1011 100101100 1001011 110111

Color Harmonies of #E135E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E135E2

Black with #E135E2

Text Example


Text Example

White with #E135E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E135E2; }

 p { color: rgb(225,53,226); }

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

background-color css

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

 a { background-color: rgb(225,53,226); }

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

border-color css

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

 span { border-color: rgb(225,53,226); }

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