Html Css Color HEX #E360E6 Free Speech Magenta

📋 copy color: '#E360E6'

red 227 ◦ green 96 ◦ blue 230

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

Shades of Free Speech Magenta #E360E6

Tints of Free Speech Magenta #E360E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.59%

R = 41.05%
G = 17.36%
B = 41.59%

CMYK

 C value IS 0.01

 M value IS 0.58

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E360E6 (or 0xE360E6) is known color: Free Speech Magenta. HEX triplet: E3, 60 and E6. RGB value is (227,96,230). Sum of RGB (Red+Green+Blue) = 227+96+230=553 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.05% from 553); Green value is 96 (37.89% from 255 or 17.36% from 553); Blue value is 230 (90.23% from 255 or 41.59% from 553); Max value from RGB is 230 - color contains mainly: blue. Hex color #E360E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E360E6 is #1C9F19. Grayscale: #969696. Windows color (decimal): -1875738 or 15098083. OLE color: 15098083.

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

Color convert

RGB 227 96 230 -
CMYK 0.01 0.58 0 0.10
HSL 298.66º 0.73% 0.64% -
HSV(B) 298.66º 0.58% 0.9% -
XYZ 50.14 30.41 78.09 -
YUV 150.45 172.9 182.6 -
System Red Green Blue C M Y K H S L
Decimal 227 96 230 0.01 0.58 0 0.10 298.66 0.73 0.64
Hex E3 60 E6 1 3A 0 A 12B 49 40
Octal 343 140 346 1 72 0 12 453 111 100
Binary 11100011 1100000 11100110 1 111010 0 1010 100101011 1001001 1000000

Color Harmonies of #E360E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E360E6

Black with #E360E6

Text Example


Text Example

White with #E360E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E360E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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