Html Css Color HEX #E255DB Free Speech Magenta

📋 copy color: '#E255DB'

red 226 ◦ green 85 ◦ blue 219

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

Shades of Free Speech Magenta #E255DB

Tints of Free Speech Magenta #E255DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.32%

R = 42.64%
G = 16.04%
B = 41.32%

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

#E255DB (or 0xE255DB) is known color: Free Speech Magenta. HEX triplet: E2, 55 and DB. RGB value is (226,85,219). Sum of RGB (Red+Green+Blue) = 226+85+219=530 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.64% from 530); Green value is 85 (33.59% from 255 or 16.04% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 226 - color contains mainly: red. Hex color #E255DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E255DB is #1DAA24. Grayscale: #8E8E8E. Windows color (decimal): -1944101 or 14374370. OLE color: 14374370.

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

Color convert

RGB 226 85 219 -
CMYK 0 0.62 0.03 0.11
HSL 302.98º 0.71% 0.61% -
HSV(B) 302.98º 0.62% 0.89% -
XYZ 47.4 27.78 69.88 -
YUV 142.44 171.21 187.6 -
System Red Green Blue C M Y K H S L
Decimal 226 85 219 0 0.62 0.03 0.11 302.98 0.71 0.61
Hex E2 55 DB 0 3E 3 B 12F 47 3D
Octal 342 125 333 0 76 3 13 457 107 75
Binary 11100010 1010101 11011011 0 111110 11 1011 100101111 1000111 111101

Color Harmonies of #E255DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E255DB

Black with #E255DB

Text Example


Text Example

White with #E255DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E255DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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