Html Css Color HEX #E25FCC Free Speech Magenta

📋 copy color: '#E25FCC'

red 226 ◦ green 95 ◦ blue 204

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

Shades of Free Speech Magenta #E25FCC

Tints of Free Speech Magenta #E25FCC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.1%

 BLUE value IS 204 (80.08% from 255) = 38.86%

R = 43.05%
G = 18.1%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E25FCC (or 0xE25FCC) is known color: Free Speech Magenta. HEX triplet: E2, 5F and CC. RGB value is (226,95,204). Sum of RGB (Red+Green+Blue) = 226+95+204=525 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.05% from 525); Green value is 95 (37.5% from 255 or 18.10% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 226 - color contains mainly: red. Hex color #E25FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25FCC is #1DA033. Grayscale: #929292. Windows color (decimal): -1941556 or 13393890. OLE color: 13393890.

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

Color convert

RGB 226 95 204 -
CMYK 0 0.58 0.10 0.11
HSL 310.08º 0.69% 0.63% -
HSV(B) 310.08º 0.58% 0.89% -
XYZ 46.36 28.71 60.23 -
YUV 146.6 160.4 184.64 -
System Red Green Blue C M Y K H S L
Decimal 226 95 204 0 0.58 0.10 0.11 310.08 0.69 0.63
Hex E2 5F CC 0 3A A B 136 45 3F
Octal 342 137 314 0 72 12 13 466 105 77
Binary 11100010 1011111 11001100 0 111010 1010 1011 100110110 1000101 111111

Color Harmonies of #E25FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25FCC

Black with #E25FCC

Text Example


Text Example

White with #E25FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25FCC; }

 p { color: rgb(226,95,204); }

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

background-color css

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

 a { background-color: rgb(226,95,204); }

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

border-color css

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

 span { border-color: rgb(226,95,204); }

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