Html Css Color HEX #EE60D2 Free Speech Magenta

📋 copy color: '#EE60D2'

red 238 ◦ green 96 ◦ blue 210

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

Shades of Free Speech Magenta #EE60D2

Tints of Free Speech Magenta #EE60D2

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.65%

 BLUE value IS 210 (82.42% from 255) = 38.6%

R = 43.75%
G = 17.65%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EE60D2 (or 0xEE60D2) is known color: Free Speech Magenta. HEX triplet: EE, 60 and D2. RGB value is (238,96,210). Sum of RGB (Red+Green+Blue) = 238+96+210=544 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.75% from 544); Green value is 96 (37.89% from 255 or 17.65% from 544); Blue value is 210 (82.42% from 255 or 38.60% from 544); Max value from RGB is 238 - color contains mainly: red. Hex color #EE60D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE60D2 is #119F2D. Grayscale: #979797. Windows color (decimal): -1154862 or 13787374. OLE color: 13787374.

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

Color convert

RGB 238 96 210 -
CMYK 0 0.60 0.12 0.07
HSL 311.83º 0.81% 0.65% -
HSV(B) 311.83º 0.6% 0.93% -
XYZ 51.08 31.2 64.3 -
YUV 151.45 161.04 189.73 -
System Red Green Blue C M Y K H S L
Decimal 238 96 210 0 0.60 0.12 0.07 311.83 0.81 0.65
Hex EE 60 D2 0 3C C 7 138 51 41
Octal 356 140 322 0 74 14 7 470 121 101
Binary 11101110 1100000 11010010 0 111100 1100 111 100111000 1010001 1000001

Color Harmonies of #EE60D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE60D2

Black with #EE60D2

Text Example


Text Example

White with #EE60D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE60D2; }

 p { color: rgb(238,96,210); }

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

background-color css

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

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

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

border-color css

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

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

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