Html Css Color HEX #E15FDA Free Speech Magenta

📋 copy color: '#E15FDA'

red 225 ◦ green 95 ◦ blue 218

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

Shades of Free Speech Magenta #E15FDA

Tints of Free Speech Magenta #E15FDA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.66%

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

R = 41.82%
G = 17.66%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E15FDA (or 0xE15FDA) is known color: Free Speech Magenta. HEX triplet: E1, 5F and DA. RGB value is (225,95,218). Sum of RGB (Red+Green+Blue) = 225+95+218=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 95 (37.5% from 255 or 17.66% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 225 - color contains mainly: red. Hex color #E15FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15FDA is #1EA025. Grayscale: #939393. Windows color (decimal): -2007078 or 14311393. OLE color: 14311393.

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

Color convert

RGB 225 95 218 -
CMYK 0 0.58 0.03 0.12
HSL 303.23º 0.68% 0.63% -
HSV(B) 303.23º 0.58% 0.88% -
XYZ 47.8 29.25 69.46 -
YUV 147.89 167.57 183 -
System Red Green Blue C M Y K H S L
Decimal 225 95 218 0 0.58 0.03 0.12 303.23 0.68 0.63
Hex E1 5F DA 0 3A 3 C 12F 44 3F
Octal 341 137 332 0 72 3 14 457 104 77
Binary 11100001 1011111 11011010 0 111010 11 1100 100101111 1000100 111111

Color Harmonies of #E15FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15FDA

Black with #E15FDA

Text Example


Text Example

White with #E15FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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