Html Css Color HEX #EE66EA Free Speech Magenta

📋 copy color: '#EE66EA'

red 238 ◦ green 102 ◦ blue 234

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

Shades of Free Speech Magenta #EE66EA

Tints of Free Speech Magenta #EE66EA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 17.77%

 BLUE value IS 234 (91.8% from 255) = 40.77%

R = 41.46%
G = 17.77%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EE66EA (or 0xEE66EA) is known color: Free Speech Magenta. HEX triplet: EE, 66 and EA. RGB value is (238,102,234). Sum of RGB (Red+Green+Blue) = 238+102+234=574 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.46% from 574); Green value is 102 (40.23% from 255 or 17.77% from 574); Blue value is 234 (91.80% from 255 or 40.77% from 574); Max value from RGB is 238 - color contains mainly: red. Hex color #EE66EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE66EA is #119915. Grayscale: #9D9D9D. Windows color (decimal): -1153302 or 15361774. OLE color: 15361774.

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

Color convert

RGB 238 102 234 -
CMYK 0 0.57 0.02 0.07
HSL 301.76º 0.8% 0.67% -
HSV(B) 301.76º 0.57% 0.93% -
XYZ 54.86 33.62 81.44 -
YUV 157.71 171.06 185.27 -
System Red Green Blue C M Y K H S L
Decimal 238 102 234 0 0.57 0.02 0.07 301.76 0.8 0.67
Hex EE 66 EA 0 39 2 7 12E 50 43
Octal 356 146 352 0 71 2 7 456 120 103
Binary 11101110 1100110 11101010 0 111001 10 111 100101110 1010000 1000011

Color Harmonies of #EE66EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE66EA

Black with #EE66EA

Text Example


Text Example

White with #EE66EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE66EA; }

 p { color: rgb(238,102,234); }

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

background-color css

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

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

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

border-color css

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

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

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