Html Css Color HEX #E955CD Free Speech Magenta

📋 copy color: '#E955CD'

red 233 ◦ green 85 ◦ blue 205

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

Shades of Free Speech Magenta #E955CD

Tints of Free Speech Magenta #E955CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.2%

R = 44.55%
G = 16.25%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E955CD (or 0xE955CD) is known color: Free Speech Magenta. HEX triplet: E9, 55 and CD. RGB value is (233,85,205). Sum of RGB (Red+Green+Blue) = 233+85+205=523 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.55% from 523); Green value is 85 (33.59% from 255 or 16.25% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 233 - color contains mainly: red. Hex color #E955CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E955CD is #16AA32. Grayscale: #8E8E8E. Windows color (decimal): -1485363 or 13456873. OLE color: 13456873.

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

Color convert

RGB 233 85 205 -
CMYK 0 0.64 0.12 0.09
HSL 311.35º 0.77% 0.62% -
HSV(B) 311.35º 0.64% 0.91% -
XYZ 47.87 28.23 60.68 -
YUV 142.93 163.03 192.24 -
System Red Green Blue C M Y K H S L
Decimal 233 85 205 0 0.64 0.12 0.09 311.35 0.77 0.62
Hex E9 55 CD 0 40 C 9 137 4D 3E
Octal 351 125 315 0 100 14 11 467 115 76
Binary 11101001 1010101 11001101 0 1000000 1100 1001 100110111 1001101 111110

Color Harmonies of #E955CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E955CD

Black with #E955CD

Text Example


Text Example

White with #E955CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E955CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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