Html Css Color HEX #E146D2 Free Speech Magenta

📋 copy color: '#E146D2'

red 225 ◦ green 70 ◦ blue 210

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

Shades of Free Speech Magenta #E146D2

Tints of Free Speech Magenta #E146D2

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.86%

 BLUE value IS 210 (82.42% from 255) = 41.58%

R = 44.55%
G = 13.86%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E146D2 (or 0xE146D2) is known color: Free Speech Magenta. HEX triplet: E1, 46 and D2. RGB value is (225,70,210). Sum of RGB (Red+Green+Blue) = 225+70+210=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 70 (27.73% from 255 or 13.86% from 505); Blue value is 210 (82.42% from 255 or 41.58% from 505); Max value from RGB is 225 - color contains mainly: red. Hex color #E146D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E146D2 is #1EB92D. Grayscale: #838383. Windows color (decimal): -2013486 or 13780705. OLE color: 13780705.

HSL color Cylindrical-coordinate representation of color #E146D2: hue angle of 305.81º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E146D2 is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 70 210 -
CMYK 0 0.69 0.07 0.12
HSL 305.81º 0.72% 0.58% -
HSV(B) 305.81º 0.69% 0.88% -
XYZ 44.87 25.04 63.44 -
YUV 132.31 171.85 194.12 -
System Red Green Blue C M Y K H S L
Decimal 225 70 210 0 0.69 0.07 0.12 305.81 0.72 0.58
Hex E1 46 D2 0 45 7 C 132 48 3A
Octal 341 106 322 0 105 7 14 462 110 72
Binary 11100001 1000110 11010010 0 1000101 111 1100 100110010 1001000 111010

Color Harmonies of #E146D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E146D2

Black with #E146D2

Text Example


Text Example

White with #E146D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E146D2; }

 p { color: rgb(225,70,210); }

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

background-color css

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

 a { background-color: rgb(225,70,210); }

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

border-color css

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

 span { border-color: rgb(225,70,210); }

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