Html Css Color HEX #E253D1 Free Speech Magenta

📋 copy color: '#E253D1'

red 226 ◦ green 83 ◦ blue 209

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

Shades of Free Speech Magenta #E253D1

Tints of Free Speech Magenta #E253D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.35%

R = 43.63%
G = 16.02%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#E253D1 (or 0xE253D1) is known color: Free Speech Magenta. HEX triplet: E2, 53 and D1. RGB value is (226,83,209). Sum of RGB (Red+Green+Blue) = 226+83+209=518 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.63% from 518); Green value is 83 (32.81% from 255 or 16.02% from 518); Blue value is 209 (82.03% from 255 or 40.35% from 518); Max value from RGB is 226 - color contains mainly: red. Hex color #E253D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E253D1 is #1DAC2E. Grayscale: #8B8B8B. Windows color (decimal): -1944623 or 13718498. OLE color: 13718498.

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

Color convert

RGB 226 83 209 -
CMYK 0 0.63 0.08 0.11
HSL 307.13º 0.71% 0.61% -
HSV(B) 307.13º 0.63% 0.89% -
XYZ 45.97 26.96 63.1 -
YUV 140.12 166.88 189.25 -
System Red Green Blue C M Y K H S L
Decimal 226 83 209 0 0.63 0.08 0.11 307.13 0.71 0.61
Hex E2 53 D1 0 3F 8 B 133 47 3D
Octal 342 123 321 0 77 10 13 463 107 75
Binary 11100010 1010011 11010001 0 111111 1000 1011 100110011 1000111 111101

Color Harmonies of #E253D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E253D1

Black with #E253D1

Text Example


Text Example

White with #E253D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E253D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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