Html Css Color HEX #E65EE4 Free Speech Magenta

📋 copy color: '#E65EE4'

red 230 ◦ green 94 ◦ blue 228

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

Shades of Free Speech Magenta #E65EE4

Tints of Free Speech Magenta #E65EE4

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.03%

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

R = 41.67%
G = 17.03%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.10

RGB Variations

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

Color information

#E65EE4 (or 0xE65EE4) is known color: Free Speech Magenta. HEX triplet: E6, 5E and E4. RGB value is (230,94,228). Sum of RGB (Red+Green+Blue) = 230+94+228=552 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.67% from 552); Green value is 94 (37.11% from 255 or 17.03% from 552); Blue value is 228 (89.45% from 255 or 41.30% from 552); Max value from RGB is 230 - color contains mainly: red. Hex color #E65EE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65EE4 is #19A11B. Grayscale: #959595. Windows color (decimal): -1679644 or 14966502. OLE color: 14966502.

HSL color Cylindrical-coordinate representation of color #E65EE4: hue angle of 300.88º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E65EE4 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 94 228 -
CMYK 0 0.59 0.01 0.10
HSL 300.88º 0.73% 0.64% -
HSV(B) 300.88º 0.59% 0.9% -
XYZ 50.64 30.43 76.6 -
YUV 149.94 172.06 185.1 -
System Red Green Blue C M Y K H S L
Decimal 230 94 228 0 0.59 0.01 0.10 300.88 0.73 0.64
Hex E6 5E E4 0 3B 1 A 12D 49 40
Octal 346 136 344 0 73 1 12 455 111 100
Binary 11100110 1011110 11100100 0 111011 1 1010 100101101 1001001 1000000

Color Harmonies of #E65EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65EE4

Black with #E65EE4

Text Example


Text Example

White with #E65EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65EE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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