Html Css Color HEX #E25AC4 Free Speech Magenta

📋 copy color: '#E25AC4'

red 226 ◦ green 90 ◦ blue 196

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

Shades of Free Speech Magenta #E25AC4

Tints of Free Speech Magenta #E25AC4

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.58%

 BLUE value IS 196 (76.95% from 255) = 38.28%

R = 44.14%
G = 17.58%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.11

RGB Variations

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

Color information

#E25AC4 (or 0xE25AC4) is known color: Free Speech Magenta. HEX triplet: E2, 5A and C4. RGB value is (226,90,196). Sum of RGB (Red+Green+Blue) = 226+90+196=512 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.14% from 512); Green value is 90 (35.55% from 255 or 17.58% from 512); Blue value is 196 (76.95% from 255 or 38.28% from 512); Max value from RGB is 226 - color contains mainly: red. Hex color #E25AC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25AC4 is #1DA53B. Grayscale: #8E8E8E. Windows color (decimal): -1942844 or 12868322. OLE color: 12868322.

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

Color convert

RGB 226 90 196 -
CMYK 0 0.60 0.13 0.11
HSL 313.24º 0.7% 0.62% -
HSV(B) 313.24º 0.6% 0.89% -
XYZ 44.98 27.47 55.16 -
YUV 142.75 158.06 187.38 -
System Red Green Blue C M Y K H S L
Decimal 226 90 196 0 0.60 0.13 0.11 313.24 0.7 0.62
Hex E2 5A C4 0 3C D B 139 46 3E
Octal 342 132 304 0 74 15 13 471 106 76
Binary 11100010 1011010 11000100 0 111100 1101 1011 100111001 1000110 111110

Color Harmonies of #E25AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25AC4

Black with #E25AC4

Text Example


Text Example

White with #E25AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25AC4; }

 p { color: rgb(226,90,196); }

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

background-color css

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

 a { background-color: rgb(226,90,196); }

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

border-color css

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

 span { border-color: rgb(226,90,196); }

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