Html Css Color HEX #E133E6 Free Speech Magenta

📋 copy color: '#E133E6'

red 225 ◦ green 51 ◦ blue 230

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

Shades of Free Speech Magenta #E133E6

Tints of Free Speech Magenta #E133E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.45%

R = 44.47%
G = 10.08%
B = 45.45%

CMYK

 C value IS 0.02

 M value IS 0.78

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E133E6 (or 0xE133E6) is known color: Free Speech Magenta. HEX triplet: E1, 33 and E6. RGB value is (225,51,230). Sum of RGB (Red+Green+Blue) = 225+51+230=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 51 (20.31% from 255 or 10.08% from 506); Blue value is 230 (90.23% from 255 or 45.45% from 506); Max value from RGB is 230 - color contains mainly: blue. Hex color #E133E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E133E6 is #1ECC19. Grayscale: #7A7A7A. Windows color (decimal): -2018330 or 15086561. OLE color: 15086561.

HSL color Cylindrical-coordinate representation of color #E133E6: hue angle of 298.32º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E133E6 is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 225 51 230 -
CMYK 0.02 0.78 0 0.10
HSL 298.32º 0.78% 0.55% -
HSV(B) 298.32º 0.78% 0.9% -
XYZ 46.52 24.09 77.06 -
YUV 123.43 188.15 200.45 -
System Red Green Blue C M Y K H S L
Decimal 225 51 230 0.02 0.78 0 0.10 298.32 0.78 0.55
Hex E1 33 E6 2 4E 0 A 12A 4E 37
Octal 341 63 346 2 116 0 12 452 116 67
Binary 11100001 110011 11100110 10 1001110 0 1010 100101010 1001110 110111

Color Harmonies of #E133E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E133E6

Black with #E133E6

Text Example


Text Example

White with #E133E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E133E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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