Html Css Color HEX #E668E1 Free Speech Magenta

📋 copy color: '#E668E1'

red 230 ◦ green 104 ◦ blue 225

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

Shades of Free Speech Magenta #E668E1

Tints of Free Speech Magenta #E668E1

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.6%

 BLUE value IS 225 (88.28% from 255) = 40.25%

R = 41.14%
G = 18.6%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.10

RGB Variations

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

Color information

#E668E1 (or 0xE668E1) is known color: Free Speech Magenta. HEX triplet: E6, 68 and E1. RGB value is (230,104,225). Sum of RGB (Red+Green+Blue) = 230+104+225=559 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.14% from 559); Green value is 104 (41.02% from 255 or 18.60% from 559); Blue value is 225 (88.28% from 255 or 40.25% from 559); Max value from RGB is 230 - color contains mainly: red. Hex color #E668E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E668E1 is #19971E. Grayscale: #9B9B9B. Windows color (decimal): -1677087 or 14772454. OLE color: 14772454.

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

Color convert

RGB 230 104 225 -
CMYK 0 0.55 0.02 0.10
HSL 302.38º 0.72% 0.65% -
HSV(B) 302.38º 0.55% 0.9% -
XYZ 51.17 32.16 74.74 -
YUV 155.47 167.24 181.16 -
System Red Green Blue C M Y K H S L
Decimal 230 104 225 0 0.55 0.02 0.10 302.38 0.72 0.65
Hex E6 68 E1 0 37 2 A 12E 48 41
Octal 346 150 341 0 67 2 12 456 110 101
Binary 11100110 1101000 11100001 0 110111 10 1010 100101110 1001000 1000001

Color Harmonies of #E668E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E668E1

Black with #E668E1

Text Example


Text Example

White with #E668E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E668E1; }

 p { color: rgb(230,104,225); }

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

background-color css

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

 a { background-color: rgb(230,104,225); }

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

border-color css

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

 span { border-color: rgb(230,104,225); }

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