Html Css Color HEX #EE3CEE Free Speech Magenta

📋 copy color: '#EE3CEE'

red 238 ◦ green 60 ◦ blue 238

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

Shades of Free Speech Magenta #EE3CEE

Tints of Free Speech Magenta #EE3CEE

RGB

 RED value IS 238 (93.36% from 255) = 44.4%

 GREEN value IS 60 (23.83% from 255) = 11.19%

 BLUE value IS 238 (93.36% from 255) = 44.4%

R = 44.4%
G = 11.19%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EE3CEE (or 0xEE3CEE) is known color: Free Speech Magenta. HEX triplet: EE, 3C and EE. RGB value is (238,60,238). Sum of RGB (Red+Green+Blue) = 238+60+238=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 60 (23.83% from 255 or 11.19% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE3CEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE3CEE is #11C311. Grayscale: #848484. Windows color (decimal): -1164050 or 15613166. OLE color: 15613166.

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

Color convert

RGB 238 60 238 -
CMYK 0 0.75 0 0.07
HSL 300º 0.84% 0.58% -
HSV(B) 300º 0.75% 0.93% -
XYZ 52.31 27.58 83.46 -
YUV 133.51 186.97 202.53 -
System Red Green Blue C M Y K H S L
Decimal 238 60 238 0 0.75 0 0.07 300 0.84 0.58
Hex EE 3C EE 0 4B 0 7 12C 54 3A
Octal 356 74 356 0 113 0 7 454 124 72
Binary 11101110 111100 11101110 0 1001011 0 111 100101100 1010100 111010

Color Harmonies of #EE3CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3CEE

Black with #EE3CEE

Text Example


Text Example

White with #EE3CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3CEE; }

 p { color: rgb(238,60,238); }

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

background-color css

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

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

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

border-color css

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

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

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