Html Css Color HEX #EE5CEE Free Speech Magenta

📋 copy color: '#EE5CEE'

red 238 ◦ green 92 ◦ blue 238

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

Shades of Free Speech Magenta #EE5CEE

Tints of Free Speech Magenta #EE5CEE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.2%

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

R = 41.9%
G = 16.2%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EE5CEE (or 0xEE5CEE) is known color: Free Speech Magenta. HEX triplet: EE, 5C and EE. RGB value is (238,92,238). Sum of RGB (Red+Green+Blue) = 238+92+238=568 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.90% from 568); Green value is 92 (36.33% from 255 or 16.20% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE5CEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5CEE is #11A311. Grayscale: #979797. Windows color (decimal): -1155858 or 15621358. OLE color: 15621358.

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

Color convert

RGB 238 92 238 -
CMYK 0 0.61 0 0.07
HSL 300º 0.81% 0.65% -
HSV(B) 300º 0.61% 0.93% -
XYZ 54.52 32 84.19 -
YUV 152.3 176.37 189.13 -
System Red Green Blue C M Y K H S L
Decimal 238 92 238 0 0.61 0 0.07 300 0.81 0.65
Hex EE 5C EE 0 3D 0 7 12C 51 41
Octal 356 134 356 0 75 0 7 454 121 101
Binary 11101110 1011100 11101110 0 111101 0 111 100101100 1010001 1000001

Color Harmonies of #EE5CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5CEE

Black with #EE5CEE

Text Example


Text Example

White with #EE5CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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