Html Css Color HEX #E365C0 Free Speech Magenta

📋 copy color: '#E365C0'

red 227 ◦ green 101 ◦ blue 192

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

Shades of Free Speech Magenta #E365C0

Tints of Free Speech Magenta #E365C0

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.42%

 BLUE value IS 192 (75.39% from 255) = 36.92%

R = 43.65%
G = 19.42%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#E365C0 (or 0xE365C0) is known color: Free Speech Magenta. HEX triplet: E3, 65 and C0. RGB value is (227,101,192). Sum of RGB (Red+Green+Blue) = 227+101+192=520 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.65% from 520); Green value is 101 (39.84% from 255 or 19.42% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 227 - color contains mainly: red. Hex color #E365C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E365C0 is #1C9A3F. Grayscale: #949494. Windows color (decimal): -1874496 or 12608995. OLE color: 12608995.

HSL color Cylindrical-coordinate representation of color #E365C0: hue angle of 316.67º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E365C0 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 101 192 -
CMYK 0 0.56 0.15 0.11
HSL 316.67º 0.69% 0.64% -
HSV(B) 316.67º 0.56% 0.89% -
XYZ 45.85 29.44 53.14 -
YUV 149.05 152.24 183.6 -
System Red Green Blue C M Y K H S L
Decimal 227 101 192 0 0.56 0.15 0.11 316.67 0.69 0.64
Hex E3 65 C0 0 38 F B 13D 45 40
Octal 343 145 300 0 70 17 13 475 105 100
Binary 11100011 1100101 11000000 0 111000 1111 1011 100111101 1000101 1000000

Color Harmonies of #E365C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E365C0

Black with #E365C0

Text Example


Text Example

White with #E365C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E365C0; }

 p { color: rgb(227,101,192); }

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

background-color css

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

 a { background-color: rgb(227,101,192); }

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

border-color css

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

 span { border-color: rgb(227,101,192); }

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