Html Css Color HEX #E25DC7 Free Speech Magenta

📋 copy color: '#E25DC7'

red 226 ◦ green 93 ◦ blue 199

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

Shades of Free Speech Magenta #E25DC7

Tints of Free Speech Magenta #E25DC7

RGB

 RED value IS 226 (88.67% from 255) = 43.63%

 GREEN value IS 93 (36.72% from 255) = 17.95%

 BLUE value IS 199 (78.13% from 255) = 38.42%

R = 43.63%
G = 17.95%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.11

RGB Variations

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

Color information

#E25DC7 (or 0xE25DC7) is known color: Free Speech Magenta. HEX triplet: E2, 5D and C7. RGB value is (226,93,199). Sum of RGB (Red+Green+Blue) = 226+93+199=518 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.63% from 518); Green value is 93 (36.72% from 255 or 17.95% from 518); Blue value is 199 (78.12% from 255 or 38.42% from 518); Max value from RGB is 226 - color contains mainly: red. Hex color #E25DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25DC7 is #1DA238. Grayscale: #909090. Windows color (decimal): -1942073 or 13065698. OLE color: 13065698.

HSL color Cylindrical-coordinate representation of color #E25DC7: hue angle of 312.18º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E25DC7 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 93 199 -
CMYK 0 0.59 0.12 0.11
HSL 312.18º 0.7% 0.63% -
HSV(B) 312.18º 0.59% 0.89% -
XYZ 45.59 28.12 57.06 -
YUV 144.85 158.56 185.88 -
System Red Green Blue C M Y K H S L
Decimal 226 93 199 0 0.59 0.12 0.11 312.18 0.7 0.63
Hex E2 5D C7 0 3B C B 138 46 3F
Octal 342 135 307 0 73 14 13 470 106 77
Binary 11100010 1011101 11000111 0 111011 1100 1011 100111000 1000110 111111

Color Harmonies of #E25DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25DC7

Black with #E25DC7

Text Example


Text Example

White with #E25DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25DC7; }

 p { color: rgb(226,93,199); }

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

background-color css

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

 a { background-color: rgb(226,93,199); }

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

border-color css

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

 span { border-color: rgb(226,93,199); }

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