Html Css Color HEX #E33ADD Free Speech Magenta

📋 copy color: '#E33ADD'

red 227 ◦ green 58 ◦ blue 221

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

Shades of Free Speech Magenta #E33ADD

Tints of Free Speech Magenta #E33ADD

RGB

 RED value IS 227 (89.06% from 255) = 44.86%

 GREEN value IS 58 (23.05% from 255) = 11.46%

 BLUE value IS 221 (86.72% from 255) = 43.68%

R = 44.86%
G = 11.46%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E33ADD (or 0xE33ADD) is known color: Free Speech Magenta. HEX triplet: E3, 3A and DD. RGB value is (227,58,221). Sum of RGB (Red+Green+Blue) = 227+58+221=506 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.86% from 506); Green value is 58 (23.05% from 255 or 11.46% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 227 - color contains mainly: red. Hex color #E33ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E33ADD is #1CC522. Grayscale: #7E7E7E. Windows color (decimal): -1885475 or 14498531. OLE color: 14498531.

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

Color convert

RGB 227 58 221 -
CMYK 0 0.74 0.03 0.11
HSL 302.13º 0.75% 0.56% -
HSV(B) 302.13º 0.74% 0.89% -
XYZ 46.24 24.58 70.71 -
YUV 127.11 180.99 199.25 -
System Red Green Blue C M Y K H S L
Decimal 227 58 221 0 0.74 0.03 0.11 302.13 0.75 0.56
Hex E3 3A DD 0 4A 3 B 12E 4B 38
Octal 343 72 335 0 112 3 13 456 113 70
Binary 11100011 111010 11011101 0 1001010 11 1011 100101110 1001011 111000

Color Harmonies of #E33ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E33ADD

Black with #E33ADD

Text Example


Text Example

White with #E33ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E33ADD; }

 p { color: rgb(227,58,221); }

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

background-color css

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

 a { background-color: rgb(227,58,221); }

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

border-color css

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

 span { border-color: rgb(227,58,221); }

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