Html Css Color HEX #E666C4 Free Speech Magenta

📋 copy color: '#E666C4'

red 230 ◦ green 102 ◦ blue 196

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

Shades of Free Speech Magenta #E666C4

Tints of Free Speech Magenta #E666C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.12%

R = 43.56%
G = 19.32%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.10

RGB Variations

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

Color information

#E666C4 (or 0xE666C4) is known color: Free Speech Magenta. HEX triplet: E6, 66 and C4. RGB value is (230,102,196). Sum of RGB (Red+Green+Blue) = 230+102+196=528 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.56% from 528); Green value is 102 (40.23% from 255 or 19.32% from 528); Blue value is 196 (76.95% from 255 or 37.12% from 528); Max value from RGB is 230 - color contains mainly: red. Hex color #E666C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E666C4 is #19993B. Grayscale: #969696. Windows color (decimal): -1677628 or 12871398. OLE color: 12871398.

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

Color convert

RGB 230 102 196 -
CMYK 0 0.56 0.15 0.10
HSL 315.94º 0.72% 0.65% -
HSV(B) 315.94º 0.56% 0.9% -
XYZ 47.35 30.31 55.58 -
YUV 150.99 153.41 184.36 -
System Red Green Blue C M Y K H S L
Decimal 230 102 196 0 0.56 0.15 0.10 315.94 0.72 0.65
Hex E6 66 C4 0 38 F A 13C 48 41
Octal 346 146 304 0 70 17 12 474 110 101
Binary 11100110 1100110 11000100 0 111000 1111 1010 100111100 1001000 1000001

Color Harmonies of #E666C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E666C4

Black with #E666C4

Text Example


Text Example

White with #E666C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E666C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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