Html Css Color HEX #E165E5 Free Speech Magenta

📋 copy color: '#E165E5'

red 225 ◦ green 101 ◦ blue 229

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

Shades of Free Speech Magenta #E165E5

Tints of Free Speech Magenta #E165E5

RGB

 RED value IS 225 (88.28% from 255) = 40.54%

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

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

R = 40.54%
G = 18.2%
B = 41.26%

CMYK

 C value IS 0.02

 M value IS 0.56

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E165E5 (or 0xE165E5) is known color: Free Speech Magenta. HEX triplet: E1, 65 and E5. RGB value is (225,101,229). Sum of RGB (Red+Green+Blue) = 225+101+229=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 101 (39.84% from 255 or 18.20% from 555); Blue value is 229 (89.84% from 255 or 41.26% from 555); Max value from RGB is 229 - color contains mainly: blue. Hex color #E165E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E165E5 is #1E9A1A. Grayscale: #989898. Windows color (decimal): -2005531 or 15033825. OLE color: 15033825.

HSL color Cylindrical-coordinate representation of color #E165E5: hue angle of 298.12º 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 #E165E5 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 225 101 229 -
CMYK 0.02 0.56 0 0.10
HSL 298.13º 0.71% 0.65% -
HSV(B) 298.13º 0.56% 0.9% -
XYZ 49.85 30.97 77.48 -
YUV 152.67 171.08 179.59 -
System Red Green Blue C M Y K H S L
Decimal 225 101 229 0.02 0.56 0 0.10 298.13 0.71 0.65
Hex E1 65 E5 2 38 0 A 12A 47 41
Octal 341 145 345 2 70 0 12 452 107 101
Binary 11100001 1100101 11100101 10 111000 0 1010 100101010 1000111 1000001

Color Harmonies of #E165E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E165E5

Black with #E165E5

Text Example


Text Example

White with #E165E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E165E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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