Html Css Color HEX #E25CC6 Free Speech Magenta

📋 copy color: '#E25CC6'

red 226 ◦ green 92 ◦ blue 198

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

Shades of Free Speech Magenta #E25CC6

Tints of Free Speech Magenta #E25CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.37%

R = 43.8%
G = 17.83%
B = 38.37%

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

#E25CC6 (or 0xE25CC6) is known color: Free Speech Magenta. HEX triplet: E2, 5C and C6. RGB value is (226,92,198). Sum of RGB (Red+Green+Blue) = 226+92+198=516 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.80% from 516); Green value is 92 (36.33% from 255 or 17.83% from 516); Blue value is 198 (77.73% from 255 or 38.37% from 516); Max value from RGB is 226 - color contains mainly: red. Hex color #E25CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25CC6 is #1DA339. Grayscale: #8F8F8F. Windows color (decimal): -1942330 or 12999906. OLE color: 12999906.

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

Color convert

RGB 226 92 198 -
CMYK 0 0.59 0.12 0.11
HSL 312.54º 0.7% 0.62% -
HSV(B) 312.54º 0.59% 0.89% -
XYZ 45.38 27.9 56.42 -
YUV 144.15 158.39 186.38 -
System Red Green Blue C M Y K H S L
Decimal 226 92 198 0 0.59 0.12 0.11 312.54 0.7 0.62
Hex E2 5C C6 0 3B C B 139 46 3E
Octal 342 134 306 0 73 14 13 471 106 76
Binary 11100010 1011100 11000110 0 111011 1100 1011 100111001 1000110 111110

Color Harmonies of #E25CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25CC6

Black with #E25CC6

Text Example


Text Example

White with #E25CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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