Html Css Color HEX #E146D4 Free Speech Magenta

📋 copy color: '#E146D4'

red 225 ◦ green 70 ◦ blue 212

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

Shades of Free Speech Magenta #E146D4

Tints of Free Speech Magenta #E146D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.81%

R = 44.38%
G = 13.81%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#E146D4 (or 0xE146D4) is known color: Free Speech Magenta. HEX triplet: E1, 46 and D4. RGB value is (225,70,212). Sum of RGB (Red+Green+Blue) = 225+70+212=507 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.38% from 507); Green value is 70 (27.73% from 255 or 13.81% from 507); Blue value is 212 (83.20% from 255 or 41.81% from 507); Max value from RGB is 225 - color contains mainly: red. Hex color #E146D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E146D4 is #1EB92B. Grayscale: #848484. Windows color (decimal): -2013484 or 13911777. OLE color: 13911777.

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

Color convert

RGB 225 70 212 -
CMYK 0 0.69 0.06 0.12
HSL 305.03º 0.72% 0.58% -
HSV(B) 305.03º 0.69% 0.88% -
XYZ 45.13 25.14 64.76 -
YUV 132.53 172.85 193.95 -
System Red Green Blue C M Y K H S L
Decimal 225 70 212 0 0.69 0.06 0.12 305.03 0.72 0.58
Hex E1 46 D4 0 45 6 C 131 48 3A
Octal 341 106 324 0 105 6 14 461 110 72
Binary 11100001 1000110 11010100 0 1000101 110 1100 100110001 1001000 111010

Color Harmonies of #E146D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E146D4

Black with #E146D4

Text Example


Text Example

White with #E146D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E146D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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