Html Css Color HEX #E355CC Free Speech Magenta

📋 copy color: '#E355CC'

red 227 ◦ green 85 ◦ blue 204

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

Shades of Free Speech Magenta #E355CC

Tints of Free Speech Magenta #E355CC

RGB

 RED value IS 227 (89.06% from 255) = 43.99%

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

 BLUE value IS 204 (80.08% from 255) = 39.53%

R = 43.99%
G = 16.47%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E355CC (or 0xE355CC) is known color: Free Speech Magenta. HEX triplet: E3, 55 and CC. RGB value is (227,85,204). Sum of RGB (Red+Green+Blue) = 227+85+204=516 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.99% from 516); Green value is 85 (33.59% from 255 or 16.47% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 227 - color contains mainly: red. Hex color #E355CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E355CC is #1CAA33. Grayscale: #8C8C8C. Windows color (decimal): -1878580 or 13391331. OLE color: 13391331.

HSL color Cylindrical-coordinate representation of color #E355CC: hue angle of 309.72º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E355CC is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 85 204 -
CMYK 0 0.63 0.10 0.11
HSL 309.72º 0.72% 0.61% -
HSV(B) 309.72º 0.63% 0.89% -
XYZ 45.83 27.19 59.96 -
YUV 141.02 163.54 189.32 -
System Red Green Blue C M Y K H S L
Decimal 227 85 204 0 0.63 0.10 0.11 309.72 0.72 0.61
Hex E3 55 CC 0 3F A B 136 48 3D
Octal 343 125 314 0 77 12 13 466 110 75
Binary 11100011 1010101 11001100 0 111111 1010 1011 100110110 1001000 111101

Color Harmonies of #E355CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E355CC

Black with #E355CC

Text Example


Text Example

White with #E355CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E355CC; }

 p { color: rgb(227,85,204); }

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

background-color css

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

 a { background-color: rgb(227,85,204); }

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

border-color css

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

 span { border-color: rgb(227,85,204); }

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