Html Css Color HEX #E066CC Free Speech Magenta

📋 copy color: '#E066CC'

red 224 ◦ green 102 ◦ blue 204

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

Shades of Free Speech Magenta #E066CC

Tints of Free Speech Magenta #E066CC

RGB

 RED value IS 224 (87.89% from 255) = 42.26%

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

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

R = 42.26%
G = 19.25%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E066CC (or 0xE066CC) is known color: Free Speech Magenta. HEX triplet: E0, 66 and CC. RGB value is (224,102,204). Sum of RGB (Red+Green+Blue) = 224+102+204=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 102 (40.23% from 255 or 19.25% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E066CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E066CC is #1F9933. Grayscale: #959595. Windows color (decimal): -2070836 or 13395680. OLE color: 13395680.

HSL color Cylindrical-coordinate representation of color #E066CC: hue angle of 309.84º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E066CC is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 102 204 -
CMYK 0 0.54 0.09 0.12
HSL 309.84º 0.66% 0.64% -
HSV(B) 309.84º 0.54% 0.88% -
XYZ 46.39 29.71 60.42 -
YUV 150.11 158.42 180.71 -
System Red Green Blue C M Y K H S L
Decimal 224 102 204 0 0.54 0.09 0.12 309.84 0.66 0.64
Hex E0 66 CC 0 36 9 C 136 42 40
Octal 340 146 314 0 66 11 14 466 102 100
Binary 11100000 1100110 11001100 0 110110 1001 1100 100110110 1000010 1000000

Color Harmonies of #E066CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E066CC

Black with #E066CC

Text Example


Text Example

White with #E066CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E066CC; }

 p { color: rgb(224,102,204); }

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

background-color css

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

 a { background-color: rgb(224,102,204); }

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

border-color css

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

 span { border-color: rgb(224,102,204); }

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