Html Css Color HEX #E25CDA Free Speech Magenta

📋 copy color: '#E25CDA'

red 226 ◦ green 92 ◦ blue 218

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

Shades of Free Speech Magenta #E25CDA

Tints of Free Speech Magenta #E25CDA

RGB

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

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

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

R = 42.16%
G = 17.16%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E25CDA (or 0xE25CDA) is known color: Free Speech Magenta. HEX triplet: E2, 5C and DA. RGB value is (226,92,218). Sum of RGB (Red+Green+Blue) = 226+92+218=536 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.16% from 536); Green value is 92 (36.33% from 255 or 17.16% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 226 - color contains mainly: red. Hex color #E25CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25CDA is #1DA325. Grayscale: #929292. Windows color (decimal): -1942310 or 14310626. OLE color: 14310626.

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

Color convert

RGB 226 92 218 -
CMYK 0 0.59 0.04 0.11
HSL 303.58º 0.7% 0.62% -
HSV(B) 303.58º 0.59% 0.89% -
XYZ 47.85 28.89 69.38 -
YUV 146.43 168.39 184.75 -
System Red Green Blue C M Y K H S L
Decimal 226 92 218 0 0.59 0.04 0.11 303.58 0.7 0.62
Hex E2 5C DA 0 3B 4 B 130 46 3E
Octal 342 134 332 0 73 4 13 460 106 76
Binary 11100010 1011100 11011010 0 111011 100 1011 100110000 1000110 111110

Color Harmonies of #E25CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25CDA

Black with #E25CDA

Text Example


Text Example

White with #E25CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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