#EE69E4

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

Shades of Free Speech Magenta #EE69E4

Tints of Free Speech Magenta #EE69E4

Color information

#EE69E4 (or 0xEE69E4) is unknown color: approx Free Speech Magenta. HEX triplet: EE, 69 and E4. RGB value is (238,105,228). Sum of RGB (Red+Green+Blue) = 238+105+228=571 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.68% from 571); Green value is 105 (41.41% from 255 or 18.39% from 571); Blue value is 228 (89.45% from 255 or 39.93% from 571); Max value from RGB is 238 - color contains mainly: red. Hex color #EE69E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE69E4 is #11961B. Grayscale: #9E9E9E. Windows color (decimal): -1152540 or 14969326. OLE color: 14969326.

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

Color convert

RGB238105228-
CMYK00.560.040.07
HSL304.51º79.64%67.25%-
HSV(B)304.51º55.88%93.33%-
XYZ54.3233.8877.08-
YUV158.79167.06184.5-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.68%
GREEN value IS 105 (41.41% from 255) = 18.39%
BLUE value IS 228 (89.45% from 255) = 39.93%
R=41.68%
G=18.39%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23810522800.560.040.07304.5179.6467.25
HexEE69E4038471315043
Octal35615134407047461120103
Binary11101110110100111100100011100010011110011000110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE69E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE69E4; }

 p { color: rgb(238,105,228); }

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

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

 a { background-color: rgb(238,105,228); }

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

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

 span { border-color: rgb(238,105,228); }

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