Html Css Color HEX #E133ED Free Speech Magenta

📋 copy color: '#E133ED'

red 225 ◦ green 51 ◦ blue 237

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

Shades of Free Speech Magenta #E133ED

Tints of Free Speech Magenta #E133ED

RGB

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

 GREEN value IS 51 (20.31% from 255) = 9.94%

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

R = 43.86%
G = 9.94%
B = 46.2%

CMYK

 C value IS 0.05

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E133ED (or 0xE133ED) is known color: Free Speech Magenta. HEX triplet: E1, 33 and ED. RGB value is (225,51,237). Sum of RGB (Red+Green+Blue) = 225+51+237=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 51 (20.31% from 255 or 9.94% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #E133ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E133ED is #1ECC12. Grayscale: #7B7B7B. Windows color (decimal): -2018323 or 15545313. OLE color: 15545313.

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

Color convert

RGB 225 51 237 -
CMYK 0.05 0.78 0 0.07
HSL 296.13º 0.84% 0.56% -
HSV(B) 296.13º 0.78% 0.93% -
XYZ 47.52 24.49 82.34 -
YUV 124.23 191.65 199.88 -
System Red Green Blue C M Y K H S L
Decimal 225 51 237 0.05 0.78 0 0.07 296.13 0.84 0.56
Hex E1 33 ED 5 4E 0 7 128 54 38
Octal 341 63 355 5 116 0 7 450 124 70
Binary 11100001 110011 11101101 101 1001110 0 111 100101000 1010100 111000

Color Harmonies of #E133ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E133ED

Black with #E133ED

Text Example


Text Example

White with #E133ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E133ED; }

 p { color: rgb(225,51,237); }

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

background-color css

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

 a { background-color: rgb(225,51,237); }

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

border-color css

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

 span { border-color: rgb(225,51,237); }

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