Html Css Color HEX #E666CA Free Speech Magenta

📋 copy color: '#E666CA'

red 230 ◦ green 102 ◦ blue 202

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

Shades of Free Speech Magenta #E666CA

Tints of Free Speech Magenta #E666CA

RGB

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

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

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

R = 43.07%
G = 19.1%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E666CA (or 0xE666CA) is known color: Free Speech Magenta. HEX triplet: E6, 66 and CA. RGB value is (230,102,202). Sum of RGB (Red+Green+Blue) = 230+102+202=534 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.07% from 534); Green value is 102 (40.23% from 255 or 19.10% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 230 - color contains mainly: red. Hex color #E666CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E666CA is #199935. Grayscale: #979797. Windows color (decimal): -1677622 or 13264614. OLE color: 13264614.

HSL color Cylindrical-coordinate representation of color #E666CA: hue angle of 313.12º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E666CA is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 102 202 -
CMYK 0 0.56 0.12 0.10
HSL 313.13º 0.72% 0.65% -
HSV(B) 313.13º 0.56% 0.9% -
XYZ 48.05 30.59 59.25 -
YUV 151.67 156.41 183.87 -
System Red Green Blue C M Y K H S L
Decimal 230 102 202 0 0.56 0.12 0.10 313.13 0.72 0.65
Hex E6 66 CA 0 38 C A 139 48 41
Octal 346 146 312 0 70 14 12 471 110 101
Binary 11100110 1100110 11001010 0 111000 1100 1010 100111001 1001000 1000001

Color Harmonies of #E666CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E666CA

Black with #E666CA

Text Example


Text Example

White with #E666CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E666CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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