Html Css Color HEX #E253DB Free Speech Magenta

📋 copy color: '#E253DB'

red 226 ◦ green 83 ◦ blue 219

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

Shades of Free Speech Magenta #E253DB

Tints of Free Speech Magenta #E253DB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.72%

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

R = 42.8%
G = 15.72%
B = 41.48%

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

#E253DB (or 0xE253DB) is known color: Free Speech Magenta. HEX triplet: E2, 53 and DB. RGB value is (226,83,219). Sum of RGB (Red+Green+Blue) = 226+83+219=528 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.80% from 528); Green value is 83 (32.81% from 255 or 15.72% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 226 - color contains mainly: red. Hex color #E253DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E253DB is #1DAC24. Grayscale: #8C8C8C. Windows color (decimal): -1944613 or 14373858. OLE color: 14373858.

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

Color convert

RGB 226 83 219 -
CMYK 0 0.63 0.03 0.11
HSL 302.94º 0.71% 0.61% -
HSV(B) 302.94º 0.63% 0.89% -
XYZ 47.24 27.47 69.83 -
YUV 141.26 171.88 188.44 -
System Red Green Blue C M Y K H S L
Decimal 226 83 219 0 0.63 0.03 0.11 302.94 0.71 0.61
Hex E2 53 DB 0 3F 3 B 12F 47 3D
Octal 342 123 333 0 77 3 13 457 107 75
Binary 11100010 1010011 11011011 0 111111 11 1011 100101111 1000111 111101

Color Harmonies of #E253DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E253DB

Black with #E253DB

Text Example


Text Example

White with #E253DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E253DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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