Html Css Color HEX #E25BC4 Free Speech Magenta

📋 copy color: '#E25BC4'

red 226 ◦ green 91 ◦ blue 196

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

Shades of Free Speech Magenta #E25BC4

Tints of Free Speech Magenta #E25BC4

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.74%

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

R = 44.05%
G = 17.74%
B = 38.21%

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

#E25BC4 (or 0xE25BC4) is known color: Free Speech Magenta. HEX triplet: E2, 5B and C4. RGB value is (226,91,196). Sum of RGB (Red+Green+Blue) = 226+91+196=513 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.05% from 513); Green value is 91 (35.94% from 255 or 17.74% from 513); Blue value is 196 (76.95% from 255 or 38.21% from 513); Max value from RGB is 226 - color contains mainly: red. Hex color #E25BC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25BC4 is #1DA43B. Grayscale: #8F8F8F. Windows color (decimal): -1942588 or 12868578. OLE color: 12868578.

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

Color convert

RGB 226 91 196 -
CMYK 0 0.60 0.13 0.11
HSL 313.33º 0.7% 0.62% -
HSV(B) 313.33º 0.6% 0.89% -
XYZ 45.07 27.64 55.18 -
YUV 143.34 157.73 186.96 -
System Red Green Blue C M Y K H S L
Decimal 226 91 196 0 0.60 0.13 0.11 313.33 0.7 0.62
Hex E2 5B C4 0 3C D B 139 46 3E
Octal 342 133 304 0 74 15 13 471 106 76
Binary 11100010 1011011 11000100 0 111100 1101 1011 100111001 1000110 111110

Color Harmonies of #E25BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25BC4

Black with #E25BC4

Text Example


Text Example

White with #E25BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25BC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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