Html Css Color HEX #E955D9 Free Speech Magenta

📋 copy color: '#E955D9'

red 233 ◦ green 85 ◦ blue 217

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

Shades of Free Speech Magenta #E955D9

Tints of Free Speech Magenta #E955D9

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.89%

 BLUE value IS 217 (85.16% from 255) = 40.56%

R = 43.55%
G = 15.89%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#E955D9 (or 0xE955D9) is known color: Free Speech Magenta. HEX triplet: E9, 55 and D9. RGB value is (233,85,217). Sum of RGB (Red+Green+Blue) = 233+85+217=535 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.55% from 535); Green value is 85 (33.59% from 255 or 15.89% from 535); Blue value is 217 (85.16% from 255 or 40.56% from 535); Max value from RGB is 233 - color contains mainly: red. Hex color #E955D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E955D9 is #16AA26. Grayscale: #8F8F8F. Windows color (decimal): -1485351 or 14243305. OLE color: 14243305.

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

Color convert

RGB 233 85 217 -
CMYK 0 0.64 0.07 0.09
HSL 306.49º 0.77% 0.62% -
HSV(B) 306.49º 0.64% 0.91% -
XYZ 49.38 28.83 68.61 -
YUV 144.3 169.03 191.27 -
System Red Green Blue C M Y K H S L
Decimal 233 85 217 0 0.64 0.07 0.09 306.49 0.77 0.62
Hex E9 55 D9 0 40 7 9 132 4D 3E
Octal 351 125 331 0 100 7 11 462 115 76
Binary 11101001 1010101 11011001 0 1000000 111 1001 100110010 1001101 111110

Color Harmonies of #E955D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E955D9

Black with #E955D9

Text Example


Text Example

White with #E955D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E955D9; }

 p { color: rgb(233,85,217); }

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

background-color css

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

 a { background-color: rgb(233,85,217); }

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

border-color css

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

 span { border-color: rgb(233,85,217); }

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