Html Css Color HEX #E25BD6 Free Speech Magenta

📋 copy color: '#E25BD6'

red 226 ◦ green 91 ◦ blue 214

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

Shades of Free Speech Magenta #E25BD6

Tints of Free Speech Magenta #E25BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.3%

R = 42.56%
G = 17.14%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#E25BD6 (or 0xE25BD6) is known color: Free Speech Magenta. HEX triplet: E2, 5B and D6. RGB value is (226,91,214). Sum of RGB (Red+Green+Blue) = 226+91+214=531 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.56% from 531); Green value is 91 (35.94% from 255 or 17.14% from 531); Blue value is 214 (83.98% from 255 or 40.30% from 531); Max value from RGB is 226 - color contains mainly: red. Hex color #E25BD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25BD6 is #1DA429. Grayscale: #919191. Windows color (decimal): -1942570 or 14048226. OLE color: 14048226.

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

Color convert

RGB 226 91 214 -
CMYK 0 0.60 0.05 0.11
HSL 305.33º 0.7% 0.62% -
HSV(B) 305.33º 0.6% 0.89% -
XYZ 47.24 28.51 66.63 -
YUV 145.39 166.73 185.5 -
System Red Green Blue C M Y K H S L
Decimal 226 91 214 0 0.60 0.05 0.11 305.33 0.7 0.62
Hex E2 5B D6 0 3C 5 B 131 46 3E
Octal 342 133 326 0 74 5 13 461 106 76
Binary 11100010 1011011 11010110 0 111100 101 1011 100110001 1000110 111110

Color Harmonies of #E25BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25BD6

Black with #E25BD6

Text Example


Text Example

White with #E25BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25BD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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