#e25bd2

Color #E25BD2 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #E25BD2

Tints of Free Speech Magenta #E25BD2

Color information

#E25BD2 (or 0xE25BD2) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 5B and D2. RGB value is (226,91,210). Sum of RGB (Red+Green+Blue) = 226+91+210=527 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.88% from 527); Green value is 91 (35.94% from 255 or 17.27% from 527); Blue value is 210 (82.42% from 255 or 39.85% from 527); Max value from RGB is 226 - color contains mainly: red. Hex color #E25BD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25BD2 is #1DA42D. Grayscale: #909090. Windows color (decimal): -1942574 or 13786082. OLE color: 13786082.

HSL color Cylindrical-coordinate representation of color #E25BD2: hue angle of 307.11º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E25BD2 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB22691210-
CMYK00.600.070.11
HSL307.11º69.95%62.16%-
HSV(B)307.11º59.73%88.63%-
XYZ46.7428.363.97-
YUV144.93164.73185.82-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.88%
GREEN value IS 91 (35.94% from 255) = 17.27%
BLUE value IS 210 (82.42% from 255) = 39.85%
R=42.88%
G=17.27%
B=39.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2269121000.600.070.11307.1169.9562.16
HexE25BD203C7B133463e
Octal34213332207471346310676
Binary11100010101101111010010011110011110111001100111000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e25bd2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e25bd2; }

 p { color: rgb(226,91,210); }

 H1.HeaderClassName
 {
   color: #e25bd2;
 }
 .AnyTagClassName
 {
   color: #e25bd2;
 }
</style>
background-color css

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

 a { background-color: rgb(226,91,210); }

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

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

 span { border-color: rgb(226,91,210); }

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