Html Css Color HEX #E066CA Free Speech Magenta

📋 copy color: '#E066CA'

red 224 ◦ green 102 ◦ blue 202

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

Shades of Free Speech Magenta #E066CA

Tints of Free Speech Magenta #E066CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.26%

R = 42.42%
G = 19.32%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E066CA (or 0xE066CA) is known color: Free Speech Magenta. HEX triplet: E0, 66 and CA. RGB value is (224,102,202). Sum of RGB (Red+Green+Blue) = 224+102+202=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 102 (40.23% from 255 or 19.32% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E066CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E066CA is #1F9935. Grayscale: #959595. Windows color (decimal): -2070838 or 13264608. OLE color: 13264608.

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

Color convert

RGB 224 102 202 -
CMYK 0 0.54 0.10 0.12
HSL 310.82º 0.66% 0.64% -
HSV(B) 310.82º 0.54% 0.88% -
XYZ 46.15 29.61 59.16 -
YUV 149.88 157.42 180.87 -
System Red Green Blue C M Y K H S L
Decimal 224 102 202 0 0.54 0.10 0.12 310.82 0.66 0.64
Hex E0 66 CA 0 36 A C 137 42 40
Octal 340 146 312 0 66 12 14 467 102 100
Binary 11100000 1100110 11001010 0 110110 1010 1100 100110111 1000010 1000000

Color Harmonies of #E066CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E066CA

Black with #E066CA

Text Example


Text Example

White with #E066CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E066CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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