Html Css Color HEX #E25FDA Free Speech Magenta

📋 copy color: '#E25FDA'

red 226 ◦ green 95 ◦ blue 218

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

Shades of Free Speech Magenta #E25FDA

Tints of Free Speech Magenta #E25FDA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.63%

 BLUE value IS 218 (85.55% from 255) = 40.45%

R = 41.93%
G = 17.63%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E25FDA (or 0xE25FDA) is known color: Free Speech Magenta. HEX triplet: E2, 5F and DA. RGB value is (226,95,218). Sum of RGB (Red+Green+Blue) = 226+95+218=539 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.93% from 539); Green value is 95 (37.5% from 255 or 17.63% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 226 - color contains mainly: red. Hex color #E25FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25FDA is #1DA025. Grayscale: #939393. Windows color (decimal): -1941542 or 14311394. OLE color: 14311394.

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

Color convert

RGB 226 95 218 -
CMYK 0 0.58 0.04 0.11
HSL 303.66º 0.69% 0.63% -
HSV(B) 303.66º 0.58% 0.89% -
XYZ 48.11 29.42 69.47 -
YUV 148.19 167.4 183.5 -
System Red Green Blue C M Y K H S L
Decimal 226 95 218 0 0.58 0.04 0.11 303.66 0.69 0.63
Hex E2 5F DA 0 3A 4 B 130 45 3F
Octal 342 137 332 0 72 4 13 460 105 77
Binary 11100010 1011111 11011010 0 111010 100 1011 100110000 1000101 111111

Color Harmonies of #E25FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25FDA

Black with #E25FDA

Text Example


Text Example

White with #E25FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25FDA; }

 p { color: rgb(226,95,218); }

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

background-color css

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

 a { background-color: rgb(226,95,218); }

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

border-color css

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

 span { border-color: rgb(226,95,218); }

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