Html Css Color HEX #E165C5 Free Speech Magenta

📋 copy color: '#E165C5'

red 225 ◦ green 101 ◦ blue 197

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

Shades of Free Speech Magenta #E165C5

Tints of Free Speech Magenta #E165C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.67%

R = 43.02%
G = 19.31%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E165C5 (or 0xE165C5) is known color: Free Speech Magenta. HEX triplet: E1, 65 and C5. RGB value is (225,101,197). Sum of RGB (Red+Green+Blue) = 225+101+197=523 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.02% from 523); Green value is 101 (39.84% from 255 or 19.31% from 523); Blue value is 197 (77.34% from 255 or 37.67% from 523); Max value from RGB is 225 - color contains mainly: red. Hex color #E165C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E165C5 is #1E9A3A. Grayscale: #949494. Windows color (decimal): -2005563 or 12936673. OLE color: 12936673.

HSL color Cylindrical-coordinate representation of color #E165C5: hue angle of 313.55º 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 #E165C5 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 101 197 -
CMYK 0 0.55 0.12 0.12
HSL 313.55º 0.67% 0.64% -
HSV(B) 313.55º 0.55% 0.88% -
XYZ 45.78 29.35 56.07 -
YUV 149.02 155.08 182.19 -
System Red Green Blue C M Y K H S L
Decimal 225 101 197 0 0.55 0.12 0.12 313.55 0.67 0.64
Hex E1 65 C5 0 37 C C 13A 43 40
Octal 341 145 305 0 67 14 14 472 103 100
Binary 11100001 1100101 11000101 0 110111 1100 1100 100111010 1000011 1000000

Color Harmonies of #E165C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E165C5

Black with #E165C5

Text Example


Text Example

White with #E165C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E165C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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