Html Css Color HEX #E25DCA Free Speech Magenta

📋 copy color: '#E25DCA'

red 226 ◦ green 93 ◦ blue 202

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

Shades of Free Speech Magenta #E25DCA

Tints of Free Speech Magenta #E25DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.77%

R = 43.38%
G = 17.85%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E25DCA (or 0xE25DCA) is known color: Free Speech Magenta. HEX triplet: E2, 5D and CA. RGB value is (226,93,202). Sum of RGB (Red+Green+Blue) = 226+93+202=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 93 (36.72% from 255 or 17.85% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 226 - color contains mainly: red. Hex color #E25DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25DCA is #1DA235. Grayscale: #909090. Windows color (decimal): -1942070 or 13262306. OLE color: 13262306.

HSL color Cylindrical-coordinate representation of color #E25DCA: hue angle of 310.83º 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 #E25DCA is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 93 202 -
CMYK 0 0.59 0.11 0.11
HSL 310.83º 0.7% 0.63% -
HSV(B) 310.83º 0.59% 0.89% -
XYZ 45.94 28.26 58.91 -
YUV 145.19 160.06 185.64 -
System Red Green Blue C M Y K H S L
Decimal 226 93 202 0 0.59 0.11 0.11 310.83 0.7 0.63
Hex E2 5D CA 0 3B B B 137 46 3F
Octal 342 135 312 0 73 13 13 467 106 77
Binary 11100010 1011101 11001010 0 111011 1011 1011 100110111 1000110 111111

Color Harmonies of #E25DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25DCA

Black with #E25DCA

Text Example


Text Example

White with #E25DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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