Html Css Color HEX #E360E8 Free Speech Magenta

📋 copy color: '#E360E8'

red 227 ◦ green 96 ◦ blue 232

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

Shades of Free Speech Magenta #E360E8

Tints of Free Speech Magenta #E360E8

RGB

 RED value IS 227 (89.06% from 255) = 40.9%

 GREEN value IS 96 (37.89% from 255) = 17.3%

 BLUE value IS 232 (91.02% from 255) = 41.8%

R = 40.9%
G = 17.3%
B = 41.8%

CMYK

 C value IS 0.02

 M value IS 0.59

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E360E8 (or 0xE360E8) is known color: Free Speech Magenta. HEX triplet: E3, 60 and E8. RGB value is (227,96,232). Sum of RGB (Red+Green+Blue) = 227+96+232=555 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.90% from 555); Green value is 96 (37.89% from 255 or 17.30% from 555); Blue value is 232 (91.02% from 255 or 41.80% from 555); Max value from RGB is 232 - color contains mainly: blue. Hex color #E360E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E360E8 is #1C9F17. Grayscale: #969696. Windows color (decimal): -1875736 or 15229155. OLE color: 15229155.

HSL color Cylindrical-coordinate representation of color #E360E8: hue angle of 297.79º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E360E8 is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 227 96 232 -
CMYK 0.02 0.59 0 0.09
HSL 297.79º 0.75% 0.64% -
HSV(B) 297.79º 0.59% 0.91% -
XYZ 50.43 30.52 79.58 -
YUV 150.67 173.9 182.44 -
System Red Green Blue C M Y K H S L
Decimal 227 96 232 0.02 0.59 0 0.09 297.79 0.75 0.64
Hex E3 60 E8 2 3B 0 9 12A 4B 40
Octal 343 140 350 2 73 0 11 452 113 100
Binary 11100011 1100000 11101000 10 111011 0 1001 100101010 1001011 1000000

Color Harmonies of #E360E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E360E8

Black with #E360E8

Text Example


Text Example

White with #E360E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E360E8; }

 p { color: rgb(227,96,232); }

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

background-color css

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

 a { background-color: rgb(227,96,232); }

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

border-color css

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

 span { border-color: rgb(227,96,232); }

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