Html Css Color HEX #E162D3 Free Speech Magenta

📋 copy color: '#E162D3'

red 225 ◦ green 98 ◦ blue 211

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

Shades of Free Speech Magenta #E162D3

Tints of Free Speech Magenta #E162D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 39.51%

R = 42.13%
G = 18.35%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#E162D3 (or 0xE162D3) is known color: Free Speech Magenta. HEX triplet: E1, 62 and D3. RGB value is (225,98,211). Sum of RGB (Red+Green+Blue) = 225+98+211=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 98 (38.67% from 255 or 18.35% from 534); Blue value is 211 (82.81% from 255 or 39.51% from 534); Max value from RGB is 225 - color contains mainly: red. Hex color #E162D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E162D3 is #1E9D2C. Grayscale: #949494. Windows color (decimal): -2006317 or 13853409. OLE color: 13853409.

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

Color convert

RGB 225 98 211 -
CMYK 0 0.56 0.06 0.12
HSL 306.61º 0.68% 0.63% -
HSV(B) 306.61º 0.56% 0.88% -
XYZ 47.18 29.45 64.83 -
YUV 148.86 163.08 182.31 -
System Red Green Blue C M Y K H S L
Decimal 225 98 211 0 0.56 0.06 0.12 306.61 0.68 0.63
Hex E1 62 D3 0 38 6 C 133 44 3F
Octal 341 142 323 0 70 6 14 463 104 77
Binary 11100001 1100010 11010011 0 111000 110 1100 100110011 1000100 111111

Color Harmonies of #E162D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E162D3

Black with #E162D3

Text Example


Text Example

White with #E162D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E162D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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