Html Css Color HEX #E165C6 Free Speech Magenta

📋 copy color: '#E165C6'

red 225 ◦ green 101 ◦ blue 198

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

Shades of Free Speech Magenta #E165C6

Tints of Free Speech Magenta #E165C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.79%

R = 42.94%
G = 19.27%
B = 37.79%

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

#E165C6 (or 0xE165C6) is known color: Free Speech Magenta. HEX triplet: E1, 65 and C6. RGB value is (225,101,198). Sum of RGB (Red+Green+Blue) = 225+101+198=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 101 (39.84% from 255 or 19.27% from 524); Blue value is 198 (77.73% from 255 or 37.79% from 524); Max value from RGB is 225 - color contains mainly: red. Hex color #E165C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E165C6 is #1E9A39. Grayscale: #949494. Windows color (decimal): -2005562 or 13002209. OLE color: 13002209.

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

Color convert

RGB 225 101 198 -
CMYK 0 0.55 0.12 0.12
HSL 313.06º 0.67% 0.64% -
HSV(B) 313.06º 0.55% 0.88% -
XYZ 45.9 29.39 56.68 -
YUV 149.13 155.58 182.11 -
System Red Green Blue C M Y K H S L
Decimal 225 101 198 0 0.55 0.12 0.12 313.06 0.67 0.64
Hex E1 65 C6 0 37 C C 139 43 40
Octal 341 145 306 0 67 14 14 471 103 100
Binary 11100001 1100101 11000110 0 110111 1100 1100 100111001 1000011 1000000

Color Harmonies of #E165C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E165C6

Black with #E165C6

Text Example


Text Example

White with #E165C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E165C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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