Html Css Color HEX #E25ECC Free Speech Magenta

📋 copy color: '#E25ECC'

red 226 ◦ green 94 ◦ blue 204

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

Shades of Free Speech Magenta #E25ECC

Tints of Free Speech Magenta #E25ECC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.94%

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

R = 43.13%
G = 17.94%
B = 38.93%

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

#E25ECC (or 0xE25ECC) is known color: Free Speech Magenta. HEX triplet: E2, 5E and CC. RGB value is (226,94,204). Sum of RGB (Red+Green+Blue) = 226+94+204=524 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.13% from 524); Green value is 94 (37.11% from 255 or 17.94% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 226 - color contains mainly: red. Hex color #E25ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25ECC is #1DA133. Grayscale: #919191. Windows color (decimal): -1941812 or 13393634. OLE color: 13393634.

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

Color convert

RGB 226 94 204 -
CMYK 0 0.58 0.10 0.11
HSL 310º 0.69% 0.63% -
HSV(B) 310º 0.58% 0.89% -
XYZ 46.27 28.53 60.2 -
YUV 146.01 160.73 185.06 -
System Red Green Blue C M Y K H S L
Decimal 226 94 204 0 0.58 0.10 0.11 310 0.69 0.63
Hex E2 5E CC 0 3A A B 136 45 3F
Octal 342 136 314 0 72 12 13 466 105 77
Binary 11100010 1011110 11001100 0 111010 1010 1011 100110110 1000101 111111

Color Harmonies of #E25ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25ECC

Black with #E25ECC

Text Example


Text Example

White with #E25ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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