Html Css Color HEX #E162D6 Free Speech Magenta

📋 copy color: '#E162D6'

red 225 ◦ green 98 ◦ blue 214

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

Shades of Free Speech Magenta #E162D6

Tints of Free Speech Magenta #E162D6

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.25%

 BLUE value IS 214 (83.98% from 255) = 39.85%

R = 41.9%
G = 18.25%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E162D6 (or 0xE162D6) is known color: Free Speech Magenta. HEX triplet: E1, 62 and D6. RGB value is (225,98,214). Sum of RGB (Red+Green+Blue) = 225+98+214=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 98 (38.67% from 255 or 18.25% from 537); Blue value is 214 (83.98% from 255 or 39.85% from 537); Max value from RGB is 225 - color contains mainly: red. Hex color #E162D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E162D6 is #1E9D29. Grayscale: #949494. Windows color (decimal): -2006314 or 14050017. OLE color: 14050017.

HSL color Cylindrical-coordinate representation of color #E162D6: hue angle of 305.2º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E162D6 is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 98 214 -
CMYK 0 0.56 0.05 0.12
HSL 305.2º 0.68% 0.63% -
HSV(B) 305.2º 0.56% 0.88% -
XYZ 47.56 29.6 66.82 -
YUV 149.2 164.58 182.07 -
System Red Green Blue C M Y K H S L
Decimal 225 98 214 0 0.56 0.05 0.12 305.2 0.68 0.63
Hex E1 62 D6 0 38 5 C 131 44 3F
Octal 341 142 326 0 70 5 14 461 104 77
Binary 11100001 1100010 11010110 0 111000 101 1100 100110001 1000100 111111

Color Harmonies of #E162D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E162D6

Black with #E162D6

Text Example


Text Example

White with #E162D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E162D6; }

 p { color: rgb(225,98,214); }

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

background-color css

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

 a { background-color: rgb(225,98,214); }

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

border-color css

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

 span { border-color: rgb(225,98,214); }

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