Html Css Color HEX #E25CDD Free Speech Magenta

📋 copy color: '#E25CDD'

red 226 ◦ green 92 ◦ blue 221

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

Shades of Free Speech Magenta #E25CDD

Tints of Free Speech Magenta #E25CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41%

R = 41.93%
G = 17.07%
B = 41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E25CDD (or 0xE25CDD) is known color: Free Speech Magenta. HEX triplet: E2, 5C and DD. RGB value is (226,92,221). Sum of RGB (Red+Green+Blue) = 226+92+221=539 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.93% from 539); Green value is 92 (36.33% from 255 or 17.07% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 226 - color contains mainly: red. Hex color #E25CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25CDD is #1DA322. Grayscale: #929292. Windows color (decimal): -1942307 or 14507234. OLE color: 14507234.

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

Color convert

RGB 226 92 221 -
CMYK 0 0.59 0.02 0.11
HSL 302.24º 0.7% 0.62% -
HSV(B) 302.24º 0.59% 0.89% -
XYZ 48.24 29.04 71.47 -
YUV 146.77 169.89 184.51 -
System Red Green Blue C M Y K H S L
Decimal 226 92 221 0 0.59 0.02 0.11 302.24 0.7 0.62
Hex E2 5C DD 0 3B 2 B 12E 46 3E
Octal 342 134 335 0 73 2 13 456 106 76
Binary 11100010 1011100 11011101 0 111011 10 1011 100101110 1000110 111110

Color Harmonies of #E25CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25CDD

Black with #E25CDD

Text Example


Text Example

White with #E25CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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