Html Css Color HEX #E668E4 Free Speech Magenta

📋 copy color: '#E668E4'

red 230 ◦ green 104 ◦ blue 228

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

Shades of Free Speech Magenta #E668E4

Tints of Free Speech Magenta #E668E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 40.57%

R = 40.93%
G = 18.51%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.01

 K value IS 0.10

RGB Variations

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

Color information

#E668E4 (or 0xE668E4) is known color: Free Speech Magenta. HEX triplet: E6, 68 and E4. RGB value is (230,104,228). Sum of RGB (Red+Green+Blue) = 230+104+228=562 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.93% from 562); Green value is 104 (41.02% from 255 or 18.51% from 562); Blue value is 228 (89.45% from 255 or 40.57% from 562); Max value from RGB is 230 - color contains mainly: red. Hex color #E668E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E668E4 is #19971B. Grayscale: #9B9B9B. Windows color (decimal): -1677084 or 14969062. OLE color: 14969062.

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

Color convert

RGB 230 104 228 -
CMYK 0 0.55 0.01 0.10
HSL 300.95º 0.72% 0.65% -
HSV(B) 300.95º 0.55% 0.9% -
XYZ 51.59 32.33 76.92 -
YUV 155.81 168.74 180.92 -
System Red Green Blue C M Y K H S L
Decimal 230 104 228 0 0.55 0.01 0.10 300.95 0.72 0.65
Hex E6 68 E4 0 37 1 A 12D 48 41
Octal 346 150 344 0 67 1 12 455 110 101
Binary 11100110 1101000 11100100 0 110111 1 1010 100101101 1001000 1000001

Color Harmonies of #E668E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E668E4

Black with #E668E4

Text Example


Text Example

White with #E668E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E668E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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