Html Css Color HEX #E066CE Free Speech Magenta

📋 copy color: '#E066CE'

red 224 ◦ green 102 ◦ blue 206

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

Shades of Free Speech Magenta #E066CE

Tints of Free Speech Magenta #E066CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.72%

R = 42.11%
G = 19.17%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E066CE (or 0xE066CE) is known color: Free Speech Magenta. HEX triplet: E0, 66 and CE. RGB value is (224,102,206). Sum of RGB (Red+Green+Blue) = 224+102+206=532 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.11% from 532); Green value is 102 (40.23% from 255 or 19.17% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 224 - color contains mainly: red. Hex color #E066CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E066CE is #1F9931. Grayscale: #969696. Windows color (decimal): -2070834 or 13526752. OLE color: 13526752.

HSL color Cylindrical-coordinate representation of color #E066CE: hue angle of 308.85º 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 #E066CE is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 102 206 -
CMYK 0 0.54 0.08 0.12
HSL 308.85º 0.66% 0.64% -
HSV(B) 308.85º 0.54% 0.88% -
XYZ 46.63 29.81 61.69 -
YUV 150.33 159.42 180.54 -
System Red Green Blue C M Y K H S L
Decimal 224 102 206 0 0.54 0.08 0.12 308.85 0.66 0.64
Hex E0 66 CE 0 36 8 C 135 42 40
Octal 340 146 316 0 66 10 14 465 102 100
Binary 11100000 1100110 11001110 0 110110 1000 1100 100110101 1000010 1000000

Color Harmonies of #E066CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E066CE

Black with #E066CE

Text Example


Text Example

White with #E066CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E066CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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