Html Css Color HEX #E25CE4 Free Speech Magenta

📋 copy color: '#E25CE4'

red 226 ◦ green 92 ◦ blue 228

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

Shades of Free Speech Magenta #E25CE4

Tints of Free Speech Magenta #E25CE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 41.76%

R = 41.39%
G = 16.85%
B = 41.76%

CMYK

 C value IS 0.01

 M value IS 0.60

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#E25CE4 (or 0xE25CE4) is known color: Free Speech Magenta. HEX triplet: E2, 5C and E4. RGB value is (226,92,228). Sum of RGB (Red+Green+Blue) = 226+92+228=546 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.39% from 546); Green value is 92 (36.33% from 255 or 16.85% from 546); Blue value is 228 (89.45% from 255 or 41.76% from 546); Max value from RGB is 228 - color contains mainly: blue. Hex color #E25CE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25CE4 is #1DA31B. Grayscale: #939393. Windows color (decimal): -1942300 or 14965986. OLE color: 14965986.

HSL color Cylindrical-coordinate representation of color #E25CE4: hue angle of 299.12º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E25CE4 is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 92 228 -
CMYK 0.01 0.60 0 0.11
HSL 299.12º 0.72% 0.63% -
HSV(B) 299.12º 0.6% 0.89% -
XYZ 49.19 29.42 76.49 -
YUV 147.57 173.39 183.94 -
System Red Green Blue C M Y K H S L
Decimal 226 92 228 0.01 0.60 0 0.11 299.12 0.72 0.63
Hex E2 5C E4 1 3C 0 B 12B 48 3F
Octal 342 134 344 1 74 0 13 453 110 77
Binary 11100010 1011100 11100100 1 111100 0 1011 100101011 1001000 111111

Color Harmonies of #E25CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25CE4

Black with #E25CE4

Text Example


Text Example

White with #E25CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25CE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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