Html Css Color HEX #E660CC Free Speech Magenta

📋 copy color: '#E660CC'

red 230 ◦ green 96 ◦ blue 204

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

Shades of Free Speech Magenta #E660CC

Tints of Free Speech Magenta #E660CC

RGB

 RED value IS 230 (90.23% from 255) = 43.4%

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

 BLUE value IS 204 (80.08% from 255) = 38.49%

R = 43.4%
G = 18.11%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E660CC (or 0xE660CC) is known color: Free Speech Magenta. HEX triplet: E6, 60 and CC. RGB value is (230,96,204). Sum of RGB (Red+Green+Blue) = 230+96+204=530 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.40% from 530); Green value is 96 (37.89% from 255 or 18.11% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 230 - color contains mainly: red. Hex color #E660CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E660CC is #199F33. Grayscale: #949494. Windows color (decimal): -1679156 or 13394150. OLE color: 13394150.

HSL color Cylindrical-coordinate representation of color #E660CC: hue angle of 311.64º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E660CC is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 96 204 -
CMYK 0 0.58 0.11 0.10
HSL 311.64º 0.73% 0.64% -
HSV(B) 311.64º 0.58% 0.9% -
XYZ 47.72 29.55 60.32 -
YUV 148.38 159.39 186.22 -
System Red Green Blue C M Y K H S L
Decimal 230 96 204 0 0.58 0.11 0.10 311.64 0.73 0.64
Hex E6 60 CC 0 3A B A 138 49 40
Octal 346 140 314 0 72 13 12 470 111 100
Binary 11100110 1100000 11001100 0 111010 1011 1010 100111000 1001001 1000000

Color Harmonies of #E660CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E660CC

Black with #E660CC

Text Example


Text Example

White with #E660CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E660CC; }

 p { color: rgb(230,96,204); }

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

background-color css

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

 a { background-color: rgb(230,96,204); }

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

border-color css

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

 span { border-color: rgb(230,96,204); }

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