Html Css Color HEX #E666C5 Free Speech Magenta

📋 copy color: '#E666C5'

red 230 ◦ green 102 ◦ blue 197

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

Shades of Free Speech Magenta #E666C5

Tints of Free Speech Magenta #E666C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.24%

R = 43.48%
G = 19.28%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#E666C5 (or 0xE666C5) is known color: Free Speech Magenta. HEX triplet: E6, 66 and C5. RGB value is (230,102,197). Sum of RGB (Red+Green+Blue) = 230+102+197=529 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.48% from 529); Green value is 102 (40.23% from 255 or 19.28% from 529); Blue value is 197 (77.34% from 255 or 37.24% from 529); Max value from RGB is 230 - color contains mainly: red. Hex color #E666C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E666C5 is #19993A. Grayscale: #969696. Windows color (decimal): -1677627 or 12936934. OLE color: 12936934.

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

Color convert

RGB 230 102 197 -
CMYK 0 0.56 0.14 0.10
HSL 315.47º 0.72% 0.65% -
HSV(B) 315.47º 0.56% 0.9% -
XYZ 47.46 30.36 56.18 -
YUV 151.1 153.91 184.28 -
System Red Green Blue C M Y K H S L
Decimal 230 102 197 0 0.56 0.14 0.10 315.47 0.72 0.65
Hex E6 66 C5 0 38 E A 13B 48 41
Octal 346 146 305 0 70 16 12 473 110 101
Binary 11100110 1100110 11000101 0 111000 1110 1010 100111011 1001000 1000001

Color Harmonies of #E666C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E666C5

Black with #E666C5

Text Example


Text Example

White with #E666C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E666C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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