Html Css Color HEX #E255DF Free Speech Magenta

📋 copy color: '#E255DF'

red 226 ◦ green 85 ◦ blue 223

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

Shades of Free Speech Magenta #E255DF

Tints of Free Speech Magenta #E255DF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.92%

 BLUE value IS 223 (87.5% from 255) = 41.76%

R = 42.32%
G = 15.92%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E255DF (or 0xE255DF) is known color: Free Speech Magenta. HEX triplet: E2, 55 and DF. RGB value is (226,85,223). Sum of RGB (Red+Green+Blue) = 226+85+223=534 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.32% from 534); Green value is 85 (33.59% from 255 or 15.92% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 226 - color contains mainly: red. Hex color #E255DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E255DF is #1DAA20. Grayscale: #8E8E8E. Windows color (decimal): -1944097 or 14636514. OLE color: 14636514.

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

Color convert

RGB 226 85 223 -
CMYK 0 0.62 0.01 0.11
HSL 301.28º 0.71% 0.61% -
HSV(B) 301.28º 0.62% 0.89% -
XYZ 47.93 27.99 72.69 -
YUV 142.89 173.21 187.28 -
System Red Green Blue C M Y K H S L
Decimal 226 85 223 0 0.62 0.01 0.11 301.28 0.71 0.61
Hex E2 55 DF 0 3E 1 B 12D 47 3D
Octal 342 125 337 0 76 1 13 455 107 75
Binary 11100010 1010101 11011111 0 111110 1 1011 100101101 1000111 111101

Color Harmonies of #E255DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E255DF

Black with #E255DF

Text Example


Text Example

White with #E255DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E255DF; }

 p { color: rgb(226,85,223); }

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

background-color css

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

 a { background-color: rgb(226,85,223); }

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

border-color css

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

 span { border-color: rgb(226,85,223); }

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