Html Css Color HEX #E254DB Free Speech Magenta

📋 copy color: '#E254DB'

red 226 ◦ green 84 ◦ blue 219

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

Shades of Free Speech Magenta #E254DB

Tints of Free Speech Magenta #E254DB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15.88%

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

R = 42.72%
G = 15.88%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E254DB (or 0xE254DB) is known color: Free Speech Magenta. HEX triplet: E2, 54 and DB. RGB value is (226,84,219). Sum of RGB (Red+Green+Blue) = 226+84+219=529 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.72% from 529); Green value is 84 (33.20% from 255 or 15.88% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 226 - color contains mainly: red. Hex color #E254DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E254DB is #1DAB24. Grayscale: #8D8D8D. Windows color (decimal): -1944357 or 14374114. OLE color: 14374114.

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

Color convert

RGB 226 84 219 -
CMYK 0 0.63 0.03 0.11
HSL 302.96º 0.71% 0.61% -
HSV(B) 302.96º 0.63% 0.89% -
XYZ 47.32 27.62 69.86 -
YUV 141.85 171.54 188.02 -
System Red Green Blue C M Y K H S L
Decimal 226 84 219 0 0.63 0.03 0.11 302.96 0.71 0.61
Hex E2 54 DB 0 3F 3 B 12F 47 3D
Octal 342 124 333 0 77 3 13 457 107 75
Binary 11100010 1010100 11011011 0 111111 11 1011 100101111 1000111 111101

Color Harmonies of #E254DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E254DB

Black with #E254DB

Text Example


Text Example

White with #E254DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E254DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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