Html Css Color HEX #E952DD Free Speech Magenta

📋 copy color: '#E952DD'

red 233 ◦ green 82 ◦ blue 221

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

Shades of Free Speech Magenta #E952DD

Tints of Free Speech Magenta #E952DD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.3%

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

R = 43.47%
G = 15.3%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E952DD (or 0xE952DD) is known color: Free Speech Magenta. HEX triplet: E9, 52 and DD. RGB value is (233,82,221). Sum of RGB (Red+Green+Blue) = 233+82+221=536 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.47% from 536); Green value is 82 (32.42% from 255 or 15.30% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 233 - color contains mainly: red. Hex color #E952DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E952DD is #16AD22. Grayscale: #8E8E8E. Windows color (decimal): -1486115 or 14504681. OLE color: 14504681.

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

Color convert

RGB 233 82 221 -
CMYK 0 0.65 0.05 0.09
HSL 304.77º 0.77% 0.62% -
HSV(B) 304.77º 0.65% 0.91% -
XYZ 49.67 28.58 71.3 -
YUV 143 172.03 192.2 -
System Red Green Blue C M Y K H S L
Decimal 233 82 221 0 0.65 0.05 0.09 304.77 0.77 0.62
Hex E9 52 DD 0 41 5 9 131 4D 3E
Octal 351 122 335 0 101 5 11 461 115 76
Binary 11101001 1010010 11011101 0 1000001 101 1001 100110001 1001101 111110

Color Harmonies of #E952DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E952DD

Black with #E952DD

Text Example


Text Example

White with #E952DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E952DD; }

 p { color: rgb(233,82,221); }

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

background-color css

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

 a { background-color: rgb(233,82,221); }

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

border-color css

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

 span { border-color: rgb(233,82,221); }

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