Html Css Color HEX #E55CCF Free Speech Magenta

📋 copy color: '#E55CCF'

red 229 ◦ green 92 ◦ blue 207

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

Shades of Free Speech Magenta #E55CCF

Tints of Free Speech Magenta #E55CCF

RGB

 RED value IS 229 (89.84% from 255) = 43.37%

 GREEN value IS 92 (36.33% from 255) = 17.42%

 BLUE value IS 207 (81.25% from 255) = 39.2%

R = 43.37%
G = 17.42%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E55CCF (or 0xE55CCF) is known color: Free Speech Magenta. HEX triplet: E5, 5C and CF. RGB value is (229,92,207). Sum of RGB (Red+Green+Blue) = 229+92+207=528 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.37% from 528); Green value is 92 (36.33% from 255 or 17.42% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 229 - color contains mainly: red. Hex color #E55CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55CCF is #1AA330. Grayscale: #919191. Windows color (decimal): -1745713 or 13589733. OLE color: 13589733.

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

Color convert

RGB 229 92 207 -
CMYK 0 0.60 0.10 0.10
HSL 309.64º 0.72% 0.63% -
HSV(B) 309.64º 0.6% 0.9% -
XYZ 47.4 28.82 62.1 -
YUV 146.07 162.39 187.15 -
System Red Green Blue C M Y K H S L
Decimal 229 92 207 0 0.60 0.10 0.10 309.64 0.72 0.63
Hex E5 5C CF 0 3C A A 136 48 3F
Octal 345 134 317 0 74 12 12 466 110 77
Binary 11100101 1011100 11001111 0 111100 1010 1010 100110110 1001000 111111

Color Harmonies of #E55CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55CCF

Black with #E55CCF

Text Example


Text Example

White with #E55CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55CCF; }

 p { color: rgb(229,92,207); }

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

background-color css

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

 a { background-color: rgb(229,92,207); }

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

border-color css

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

 span { border-color: rgb(229,92,207); }

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