Html Css Color HEX #E753DA Free Speech Magenta

📋 copy color: '#E753DA'

red 231 ◦ green 83 ◦ blue 218

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

Shades of Free Speech Magenta #E753DA

Tints of Free Speech Magenta #E753DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.98%

R = 43.42%
G = 15.6%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E753DA (or 0xE753DA) is known color: Free Speech Magenta. HEX triplet: E7, 53 and DA. RGB value is (231,83,218). Sum of RGB (Red+Green+Blue) = 231+83+218=532 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.42% from 532); Green value is 83 (32.81% from 255 or 15.60% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 231 - color contains mainly: red. Hex color #E753DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E753DA is #18AC25. Grayscale: #8E8E8E. Windows color (decimal): -1616934 or 14308327. OLE color: 14308327.

HSL color Cylindrical-coordinate representation of color #E753DA: hue angle of 305.27º 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 #E753DA is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 83 218 -
CMYK 0 0.64 0.06 0.09
HSL 305.27º 0.76% 0.62% -
HSV(B) 305.27º 0.64% 0.91% -
XYZ 48.7 28.24 69.21 -
YUV 142.64 170.53 191.02 -
System Red Green Blue C M Y K H S L
Decimal 231 83 218 0 0.64 0.06 0.09 305.27 0.76 0.62
Hex E7 53 DA 0 40 6 9 131 4C 3E
Octal 347 123 332 0 100 6 11 461 114 76
Binary 11100111 1010011 11011010 0 1000000 110 1001 100110001 1001100 111110

Color Harmonies of #E753DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E753DA

Black with #E753DA

Text Example


Text Example

White with #E753DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E753DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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