Html Css Color HEX #E365E5 Free Speech Magenta

📋 copy color: '#E365E5'

red 227 ◦ green 101 ◦ blue 229

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

Shades of Free Speech Magenta #E365E5

Tints of Free Speech Magenta #E365E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.11%

R = 40.75%
G = 18.13%
B = 41.11%

CMYK

 C value IS 0.01

 M value IS 0.56

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E365E5 (or 0xE365E5) is known color: Free Speech Magenta. HEX triplet: E3, 65 and E5. RGB value is (227,101,229). Sum of RGB (Red+Green+Blue) = 227+101+229=557 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.75% from 557); Green value is 101 (39.84% from 255 or 18.13% from 557); Blue value is 229 (89.84% from 255 or 41.11% from 557); Max value from RGB is 229 - color contains mainly: blue. Hex color #E365E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E365E5 is #1C9A1A. Grayscale: #989898. Windows color (decimal): -1874459 or 15033827. OLE color: 15033827.

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

Color convert

RGB 227 101 229 -
CMYK 0.01 0.56 0 0.10
HSL 299.06º 0.71% 0.65% -
HSV(B) 299.06º 0.56% 0.9% -
XYZ 50.48 31.3 77.51 -
YUV 153.27 170.74 180.59 -
System Red Green Blue C M Y K H S L
Decimal 227 101 229 0.01 0.56 0 0.10 299.06 0.71 0.65
Hex E3 65 E5 1 38 0 A 12B 47 41
Octal 343 145 345 1 70 0 12 453 107 101
Binary 11100011 1100101 11100101 1 111000 0 1010 100101011 1000111 1000001

Color Harmonies of #E365E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E365E5

Black with #E365E5

Text Example


Text Example

White with #E365E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E365E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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