Html Css Color HEX #E165BE Free Speech Magenta

📋 copy color: '#E165BE'

red 225 ◦ green 101 ◦ blue 190

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

Shades of Free Speech Magenta #E165BE

Tints of Free Speech Magenta #E165BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.82%

R = 43.6%
G = 19.57%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E165BE (or 0xE165BE) is known color: Free Speech Magenta. HEX triplet: E1, 65 and BE. RGB value is (225,101,190). Sum of RGB (Red+Green+Blue) = 225+101+190=516 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.60% from 516); Green value is 101 (39.84% from 255 or 19.57% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 225 - color contains mainly: red. Hex color #E165BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E165BE is #1E9A41. Grayscale: #939393. Windows color (decimal): -2005570 or 12477921. OLE color: 12477921.

HSL color Cylindrical-coordinate representation of color #E165BE: hue angle of 316.94º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E165BE is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 101 190 -
CMYK 0 0.55 0.16 0.12
HSL 316.94º 0.67% 0.64% -
HSV(B) 316.94º 0.55% 0.88% -
XYZ 45 29.03 51.95 -
YUV 148.22 151.58 182.76 -
System Red Green Blue C M Y K H S L
Decimal 225 101 190 0 0.55 0.16 0.12 316.94 0.67 0.64
Hex E1 65 BE 0 37 10 C 13D 43 40
Octal 341 145 276 0 67 20 14 475 103 100
Binary 11100001 1100101 10111110 0 110111 10000 1100 100111101 1000011 1000000

Color Harmonies of #E165BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E165BE

Black with #E165BE

Text Example


Text Example

White with #E165BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E165BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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