#e33cdd

Color #E33CDD Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #E33CDD

Tints of Free Speech Magenta #E33CDD

Color information

#E33CDD (or 0xE33CDD) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 3C and DD. RGB value is (227,60,221). Sum of RGB (Red+Green+Blue) = 227+60+221=508 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.69% from 508); Green value is 60 (23.83% from 255 or 11.81% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 227 - color contains mainly: red. Hex color #E33CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E33CDD is #1CC322. Grayscale: #7F7F7F. Windows color (decimal): -1884963 or 14499043. OLE color: 14499043.

HSL color Cylindrical-coordinate representation of color #E33CDD: hue angle of 302.16º 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 #E33CDD is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB22760221-
CMYK00.740.030.11
HSL302.16º74.89%56.27%-
HSV(B)302.16º73.57%89.02%-
XYZ46.3524.7870.75-
YUV128.29180.33198.41-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 44.69%
GREEN value IS 60 (23.83% from 255) = 11.81%
BLUE value IS 221 (86.72% from 255) = 43.50%
R=44.69%
G=11.81%
B=43.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2276022100.740.030.11302.1674.8956.27
HexE33CDD04A3B12e4b38
Octal34374335011231345611370
Binary1110001111110011011101010010101110111001011101001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e33cdd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e33cdd; }

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

 H1.HeaderClassName
 {
   color: #e33cdd;
 }
 .AnyTagClassName
 {
   color: #e33cdd;
 }
</style>
background-color css

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

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

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

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

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

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