Html Css Color HEX #EE52CF Free Speech Magenta

📋 copy color: '#EE52CF'

red 238 ◦ green 82 ◦ blue 207

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

Shades of Free Speech Magenta #EE52CF

Tints of Free Speech Magenta #EE52CF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.56%

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

R = 45.16%
G = 15.56%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EE52CF (or 0xEE52CF) is known color: Free Speech Magenta. HEX triplet: EE, 52 and CF. RGB value is (238,82,207). Sum of RGB (Red+Green+Blue) = 238+82+207=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 82 (32.42% from 255 or 15.56% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 238 - color contains mainly: red. Hex color #EE52CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE52CF is #11AD30. Grayscale: #8E8E8E. Windows color (decimal): -1158449 or 13587182. OLE color: 13587182.

HSL color Cylindrical-coordinate representation of color #EE52CF: hue angle of 311.92º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE52CF is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 82 207 -
CMYK 0 0.66 0.13 0.07
HSL 311.92º 0.82% 0.63% -
HSV(B) 311.92º 0.66% 0.93% -
XYZ 49.54 28.72 61.96 -
YUV 142.89 164.18 195.84 -
System Red Green Blue C M Y K H S L
Decimal 238 82 207 0 0.66 0.13 0.07 311.92 0.82 0.63
Hex EE 52 CF 0 42 D 7 138 52 3F
Octal 356 122 317 0 102 15 7 470 122 77
Binary 11101110 1010010 11001111 0 1000010 1101 111 100111000 1010010 111111

Color Harmonies of #EE52CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE52CF

Black with #EE52CF

Text Example


Text Example

White with #EE52CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE52CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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