Html Css Color HEX #EE66CF Free Speech Magenta

📋 copy color: '#EE66CF'

red 238 ◦ green 102 ◦ blue 207

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

Shades of Free Speech Magenta #EE66CF

Tints of Free Speech Magenta #EE66CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.84%

R = 43.51%
G = 18.65%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EE66CF (or 0xEE66CF) is known color: Free Speech Magenta. HEX triplet: EE, 66 and CF. RGB value is (238,102,207). Sum of RGB (Red+Green+Blue) = 238+102+207=547 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.51% from 547); Green value is 102 (40.23% from 255 or 18.65% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 238 - color contains mainly: red. Hex color #EE66CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE66CF is #119930. Grayscale: #9A9A9A. Windows color (decimal): -1153329 or 13592302. OLE color: 13592302.

HSL color Cylindrical-coordinate representation of color #EE66CF: hue angle of 313.68º 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 #EE66CF is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 102 207 -
CMYK 0 0.57 0.13 0.07
HSL 313.68º 0.8% 0.67% -
HSV(B) 313.68º 0.57% 0.93% -
XYZ 51.27 32.18 62.54 -
YUV 154.63 157.56 187.46 -
System Red Green Blue C M Y K H S L
Decimal 238 102 207 0 0.57 0.13 0.07 313.68 0.8 0.67
Hex EE 66 CF 0 39 D 7 13A 50 43
Octal 356 146 317 0 71 15 7 472 120 103
Binary 11101110 1100110 11001111 0 111001 1101 111 100111010 1010000 1000011

Color Harmonies of #EE66CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE66CF

Black with #EE66CF

Text Example


Text Example

White with #EE66CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE66CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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