Html Css Color HEX #E755CD Free Speech Magenta

📋 copy color: '#E755CD'

red 231 ◦ green 85 ◦ blue 205

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

Shades of Free Speech Magenta #E755CD

Tints of Free Speech Magenta #E755CD

RGB

 RED value IS 231 (90.63% from 255) = 44.34%

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

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

R = 44.34%
G = 16.31%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E755CD (or 0xE755CD) is known color: Free Speech Magenta. HEX triplet: E7, 55 and CD. RGB value is (231,85,205). Sum of RGB (Red+Green+Blue) = 231+85+205=521 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.34% from 521); Green value is 85 (33.59% from 255 or 16.31% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 231 - color contains mainly: red. Hex color #E755CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E755CD is #18AA32. Grayscale: #8E8E8E. Windows color (decimal): -1616435 or 13456871. OLE color: 13456871.

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

Color convert

RGB 231 85 205 -
CMYK 0 0.63 0.11 0.09
HSL 310.68º 0.75% 0.62% -
HSV(B) 310.68º 0.63% 0.91% -
XYZ 47.22 27.89 60.65 -
YUV 142.33 163.37 191.24 -
System Red Green Blue C M Y K H S L
Decimal 231 85 205 0 0.63 0.11 0.09 310.68 0.75 0.62
Hex E7 55 CD 0 3F B 9 137 4B 3E
Octal 347 125 315 0 77 13 11 467 113 76
Binary 11100111 1010101 11001101 0 111111 1011 1001 100110111 1001011 111110

Color Harmonies of #E755CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E755CD

Black with #E755CD

Text Example


Text Example

White with #E755CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E755CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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