Html Css Color HEX #EE65DC Free Speech Magenta

📋 copy color: '#EE65DC'

red 238 ◦ green 101 ◦ blue 220

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

Shades of Free Speech Magenta #EE65DC

Tints of Free Speech Magenta #EE65DC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.07%

 BLUE value IS 220 (86.33% from 255) = 39.36%

R = 42.58%
G = 18.07%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE65DC (or 0xEE65DC) is known color: Free Speech Magenta. HEX triplet: EE, 65 and DC. RGB value is (238,101,220). Sum of RGB (Red+Green+Blue) = 238+101+220=559 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.58% from 559); Green value is 101 (39.84% from 255 or 18.07% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 238 - color contains mainly: red. Hex color #EE65DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE65DC is #119A23. Grayscale: #9B9B9B. Windows color (decimal): -1153572 or 14444014. OLE color: 14444014.

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

Color convert

RGB 238 101 220 -
CMYK 0 0.58 0.08 0.07
HSL 307.88º 0.8% 0.66% -
HSV(B) 307.88º 0.58% 0.93% -
XYZ 52.83 32.65 71.23 -
YUV 155.53 164.39 186.82 -
System Red Green Blue C M Y K H S L
Decimal 238 101 220 0 0.58 0.08 0.07 307.88 0.8 0.66
Hex EE 65 DC 0 3A 8 7 134 50 42
Octal 356 145 334 0 72 10 7 464 120 102
Binary 11101110 1100101 11011100 0 111010 1000 111 100110100 1010000 1000010

Color Harmonies of #EE65DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE65DC

Black with #EE65DC

Text Example


Text Example

White with #EE65DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE65DC; }

 p { color: rgb(238,101,220); }

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

background-color css

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

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

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

border-color css

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

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

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