Html Css Color HEX #E366CD Free Speech Magenta

📋 copy color: '#E366CD'

red 227 ◦ green 102 ◦ blue 205

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

Shades of Free Speech Magenta #E366CD

Tints of Free Speech Magenta #E366CD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.1%

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

R = 42.51%
G = 19.1%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E366CD (or 0xE366CD) is known color: Free Speech Magenta. HEX triplet: E3, 66 and CD. RGB value is (227,102,205). Sum of RGB (Red+Green+Blue) = 227+102+205=534 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.51% from 534); Green value is 102 (40.23% from 255 or 19.10% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 227 - color contains mainly: red. Hex color #E366CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E366CD is #1C9932. Grayscale: #969696. Windows color (decimal): -1874227 or 13461219. OLE color: 13461219.

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

Color convert

RGB 227 102 205 -
CMYK 0 0.55 0.10 0.11
HSL 310.56º 0.69% 0.65% -
HSV(B) 310.56º 0.55% 0.89% -
XYZ 47.45 30.24 61.09 -
YUV 151.12 158.41 182.12 -
System Red Green Blue C M Y K H S L
Decimal 227 102 205 0 0.55 0.10 0.11 310.56 0.69 0.65
Hex E3 66 CD 0 37 A B 137 45 41
Octal 343 146 315 0 67 12 13 467 105 101
Binary 11100011 1100110 11001101 0 110111 1010 1011 100110111 1000101 1000001

Color Harmonies of #E366CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E366CD

Black with #E366CD

Text Example


Text Example

White with #E366CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E366CD; }

 p { color: rgb(227,102,205); }

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

background-color css

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

 a { background-color: rgb(227,102,205); }

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

border-color css

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

 span { border-color: rgb(227,102,205); }

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