Html Css Color HEX #E953DA Free Speech Magenta

📋 copy color: '#E953DA'

red 233 ◦ green 83 ◦ blue 218

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

Shades of Free Speech Magenta #E953DA

Tints of Free Speech Magenta #E953DA

RGB

 RED value IS 233 (91.41% from 255) = 43.63%

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

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

R = 43.63%
G = 15.54%
B = 40.82%

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

#E953DA (or 0xE953DA) is known color: Free Speech Magenta. HEX triplet: E9, 53 and DA. RGB value is (233,83,218). Sum of RGB (Red+Green+Blue) = 233+83+218=534 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.63% from 534); Green value is 83 (32.81% from 255 or 15.54% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 233 - color contains mainly: red. Hex color #E953DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E953DA is #16AC25. Grayscale: #8E8E8E. Windows color (decimal): -1485862 or 14308329. OLE color: 14308329.

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

Color convert

RGB 233 83 218 -
CMYK 0 0.64 0.06 0.09
HSL 306º 0.77% 0.62% -
HSV(B) 306º 0.64% 0.91% -
XYZ 49.35 28.57 69.24 -
YUV 143.24 170.2 192.02 -
System Red Green Blue C M Y K H S L
Decimal 233 83 218 0 0.64 0.06 0.09 306 0.77 0.62
Hex E9 53 DA 0 40 6 9 132 4D 3E
Octal 351 123 332 0 100 6 11 462 115 76
Binary 11101001 1010011 11011010 0 1000000 110 1001 100110010 1001101 111110

Color Harmonies of #E953DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E953DA

Black with #E953DA

Text Example


Text Example

White with #E953DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E953DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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