Html Css Color HEX #E148DA Free Speech Magenta

📋 copy color: '#E148DA'

red 225 ◦ green 72 ◦ blue 218

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

Shades of Free Speech Magenta #E148DA

Tints of Free Speech Magenta #E148DA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.98%

 BLUE value IS 218 (85.55% from 255) = 42.33%

R = 43.69%
G = 13.98%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E148DA (or 0xE148DA) is known color: Free Speech Magenta. HEX triplet: E1, 48 and DA. RGB value is (225,72,218). Sum of RGB (Red+Green+Blue) = 225+72+218=515 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.69% from 515); Green value is 72 (28.52% from 255 or 13.98% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 225 - color contains mainly: red. Hex color #E148DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E148DA is #1EB725. Grayscale: #858585. Windows color (decimal): -2012966 or 14305505. OLE color: 14305505.

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

Color convert

RGB 225 72 218 -
CMYK 0 0.68 0.03 0.12
HSL 302.75º 0.72% 0.58% -
HSV(B) 302.75º 0.68% 0.88% -
XYZ 46.02 25.7 68.87 -
YUV 134.39 175.19 192.63 -
System Red Green Blue C M Y K H S L
Decimal 225 72 218 0 0.68 0.03 0.12 302.75 0.72 0.58
Hex E1 48 DA 0 44 3 C 12F 48 3A
Octal 341 110 332 0 104 3 14 457 110 72
Binary 11100001 1001000 11011010 0 1000100 11 1100 100101111 1001000 111010

Color Harmonies of #E148DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E148DA

Black with #E148DA

Text Example


Text Example

White with #E148DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E148DA; }

 p { color: rgb(225,72,218); }

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

background-color css

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

 a { background-color: rgb(225,72,218); }

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

border-color css

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

 span { border-color: rgb(225,72,218); }

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