Html Css Color HEX #E15FD2 Free Speech Magenta

📋 copy color: '#E15FD2'

red 225 ◦ green 95 ◦ blue 210

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

Shades of Free Speech Magenta #E15FD2

Tints of Free Speech Magenta #E15FD2

RGB

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

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

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

R = 42.45%
G = 17.92%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E15FD2 (or 0xE15FD2) is known color: Free Speech Magenta. HEX triplet: E1, 5F and D2. RGB value is (225,95,210). Sum of RGB (Red+Green+Blue) = 225+95+210=530 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.45% from 530); Green value is 95 (37.5% from 255 or 17.92% from 530); Blue value is 210 (82.42% from 255 or 39.62% from 530); Max value from RGB is 225 - color contains mainly: red. Hex color #E15FD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15FD2 is #1EA02D. Grayscale: #929292. Windows color (decimal): -2007086 or 13787105. OLE color: 13787105.

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

Color convert

RGB 225 95 210 -
CMYK 0 0.58 0.07 0.12
HSL 306.92º 0.68% 0.63% -
HSV(B) 306.92º 0.58% 0.88% -
XYZ 46.78 28.85 64.08 -
YUV 146.98 163.57 183.65 -
System Red Green Blue C M Y K H S L
Decimal 225 95 210 0 0.58 0.07 0.12 306.92 0.68 0.63
Hex E1 5F D2 0 3A 7 C 133 44 3F
Octal 341 137 322 0 72 7 14 463 104 77
Binary 11100001 1011111 11010010 0 111010 111 1100 100110011 1000100 111111

Color Harmonies of #E15FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15FD2

Black with #E15FD2

Text Example


Text Example

White with #E15FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15FD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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