Html Css Color HEX #E753DD Free Speech Magenta

📋 copy color: '#E753DD'

red 231 ◦ green 83 ◦ blue 221

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

Shades of Free Speech Magenta #E753DD

Tints of Free Speech Magenta #E753DD

RGB

 RED value IS 231 (90.63% from 255) = 43.18%

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

 BLUE value IS 221 (86.72% from 255) = 41.31%

R = 43.18%
G = 15.51%
B = 41.31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E753DD (or 0xE753DD) is known color: Free Speech Magenta. HEX triplet: E7, 53 and DD. RGB value is (231,83,221). Sum of RGB (Red+Green+Blue) = 231+83+221=535 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.18% from 535); Green value is 83 (32.81% from 255 or 15.51% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 231 - color contains mainly: red. Hex color #E753DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E753DD is #18AC22. Grayscale: #8E8E8E. Windows color (decimal): -1616931 or 14504935. OLE color: 14504935.

HSL color Cylindrical-coordinate representation of color #E753DD: hue angle of 304.05º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E753DD is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 83 221 -
CMYK 0 0.64 0.04 0.09
HSL 304.05º 0.76% 0.62% -
HSV(B) 304.05º 0.64% 0.91% -
XYZ 49.1 28.4 71.3 -
YUV 142.98 172.03 190.78 -
System Red Green Blue C M Y K H S L
Decimal 231 83 221 0 0.64 0.04 0.09 304.05 0.76 0.62
Hex E7 53 DD 0 40 4 9 130 4C 3E
Octal 347 123 335 0 100 4 11 460 114 76
Binary 11100111 1010011 11011101 0 1000000 100 1001 100110000 1001100 111110

Color Harmonies of #E753DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E753DD

Black with #E753DD

Text Example


Text Example

White with #E753DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E753DD; }

 p { color: rgb(231,83,221); }

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

background-color css

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

 a { background-color: rgb(231,83,221); }

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

border-color css

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

 span { border-color: rgb(231,83,221); }

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