Html Css Color HEX #E255DC Free Speech Magenta

📋 copy color: '#E255DC'

red 226 ◦ green 85 ◦ blue 220

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

Shades of Free Speech Magenta #E255DC

Tints of Free Speech Magenta #E255DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.43%

R = 42.56%
G = 16.01%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E255DC (or 0xE255DC) is known color: Free Speech Magenta. HEX triplet: E2, 55 and DC. RGB value is (226,85,220). Sum of RGB (Red+Green+Blue) = 226+85+220=531 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.56% from 531); Green value is 85 (33.59% from 255 or 16.01% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 226 - color contains mainly: red. Hex color #E255DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E255DC is #1DAA23. Grayscale: #8E8E8E. Windows color (decimal): -1944100 or 14439906. OLE color: 14439906.

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

Color convert

RGB 226 85 220 -
CMYK 0 0.62 0.03 0.11
HSL 302.55º 0.71% 0.61% -
HSV(B) 302.55º 0.62% 0.89% -
XYZ 47.53 27.83 70.58 -
YUV 142.55 171.71 187.52 -
System Red Green Blue C M Y K H S L
Decimal 226 85 220 0 0.62 0.03 0.11 302.55 0.71 0.61
Hex E2 55 DC 0 3E 3 B 12F 47 3D
Octal 342 125 334 0 76 3 13 457 107 75
Binary 11100010 1010101 11011100 0 111110 11 1011 100101111 1000111 111101

Color Harmonies of #E255DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E255DC

Black with #E255DC

Text Example


Text Example

White with #E255DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E255DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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