Html Css Color HEX #E25CC2 Free Speech Magenta

📋 copy color: '#E25CC2'

red 226 ◦ green 92 ◦ blue 194

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

Shades of Free Speech Magenta #E25CC2

Tints of Free Speech Magenta #E25CC2

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.97%

 BLUE value IS 194 (76.17% from 255) = 37.89%

R = 44.14%
G = 17.97%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.14

 K value IS 0.11

RGB Variations

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

Color information

#E25CC2 (or 0xE25CC2) is known color: Free Speech Magenta. HEX triplet: E2, 5C and C2. RGB value is (226,92,194). Sum of RGB (Red+Green+Blue) = 226+92+194=512 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.14% from 512); Green value is 92 (36.33% from 255 or 17.97% from 512); Blue value is 194 (76.17% from 255 or 37.89% from 512); Max value from RGB is 226 - color contains mainly: red. Hex color #E25CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25CC2 is #1DA33D. Grayscale: #8F8F8F. Windows color (decimal): -1942334 or 12737762. OLE color: 12737762.

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

Color convert

RGB 226 92 194 -
CMYK 0 0.59 0.14 0.11
HSL 314.33º 0.7% 0.62% -
HSV(B) 314.33º 0.59% 0.89% -
XYZ 44.93 27.72 54.02 -
YUV 143.69 156.39 186.71 -
System Red Green Blue C M Y K H S L
Decimal 226 92 194 0 0.59 0.14 0.11 314.33 0.7 0.62
Hex E2 5C C2 0 3B E B 13A 46 3E
Octal 342 134 302 0 73 16 13 472 106 76
Binary 11100010 1011100 11000010 0 111011 1110 1011 100111010 1000110 111110

Color Harmonies of #E25CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25CC2

Black with #E25CC2

Text Example


Text Example

White with #E25CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25CC2; }

 p { color: rgb(226,92,194); }

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

background-color css

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

 a { background-color: rgb(226,92,194); }

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

border-color css

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

 span { border-color: rgb(226,92,194); }

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