Html Css Color HEX #E255ED Free Speech Magenta

📋 copy color: '#E255ED'

red 226 ◦ green 85 ◦ blue 237

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

Shades of Free Speech Magenta #E255ED

Tints of Free Speech Magenta #E255ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.25%

R = 41.24%
G = 15.51%
B = 43.25%

CMYK

 C value IS 0.05

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E255ED (or 0xE255ED) is known color: Free Speech Magenta. HEX triplet: E2, 55 and ED. RGB value is (226,85,237). Sum of RGB (Red+Green+Blue) = 226+85+237=548 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.24% from 548); Green value is 85 (33.59% from 255 or 15.51% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #E255ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E255ED is #1DAA12. Grayscale: #909090. Windows color (decimal): -1944083 or 15554018. OLE color: 15554018.

HSL color Cylindrical-coordinate representation of color #E255ED: hue angle of 295.66º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E255ED is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 226 85 237 -
CMYK 0.05 0.64 0 0.07
HSL 295.66º 0.81% 0.63% -
HSV(B) 295.66º 0.64% 0.93% -
XYZ 49.9 28.78 83.05 -
YUV 144.49 180.21 186.14 -
System Red Green Blue C M Y K H S L
Decimal 226 85 237 0.05 0.64 0 0.07 295.66 0.81 0.63
Hex E2 55 ED 5 40 0 7 128 51 3F
Octal 342 125 355 5 100 0 7 450 121 77
Binary 11100010 1010101 11101101 101 1000000 0 111 100101000 1010001 111111

Color Harmonies of #E255ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E255ED

Black with #E255ED

Text Example


Text Example

White with #E255ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E255ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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