Html Css Color HEX #E955D7 Free Speech Magenta

📋 copy color: '#E955D7'

red 233 ◦ green 85 ◦ blue 215

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

Shades of Free Speech Magenta #E955D7

Tints of Free Speech Magenta #E955D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.34%

R = 43.71%
G = 15.95%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#E955D7 (or 0xE955D7) is known color: Free Speech Magenta. HEX triplet: E9, 55 and D7. RGB value is (233,85,215). Sum of RGB (Red+Green+Blue) = 233+85+215=533 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.71% from 533); Green value is 85 (33.59% from 255 or 15.95% from 533); Blue value is 215 (84.38% from 255 or 40.34% from 533); Max value from RGB is 233 - color contains mainly: red. Hex color #E955D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E955D7 is #16AA28. Grayscale: #8F8F8F. Windows color (decimal): -1485353 or 14112233. OLE color: 14112233.

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

Color convert

RGB 233 85 215 -
CMYK 0 0.64 0.08 0.09
HSL 307.3º 0.77% 0.62% -
HSV(B) 307.3º 0.64% 0.91% -
XYZ 49.12 28.73 67.25 -
YUV 144.07 168.03 191.43 -
System Red Green Blue C M Y K H S L
Decimal 233 85 215 0 0.64 0.08 0.09 307.3 0.77 0.62
Hex E9 55 D7 0 40 8 9 133 4D 3E
Octal 351 125 327 0 100 10 11 463 115 76
Binary 11101001 1010101 11010111 0 1000000 1000 1001 100110011 1001101 111110

Color Harmonies of #E955D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E955D7

Black with #E955D7

Text Example


Text Example

White with #E955D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E955D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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