Html Css Color HEX #E368C7 Free Speech Magenta

📋 copy color: '#E368C7'

red 227 ◦ green 104 ◦ blue 199

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

Shades of Free Speech Magenta #E368C7

Tints of Free Speech Magenta #E368C7

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.62%

 BLUE value IS 199 (78.13% from 255) = 37.55%

R = 42.83%
G = 19.62%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.12

 K value IS 0.11

RGB Variations

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

Color information

#E368C7 (or 0xE368C7) is known color: Free Speech Magenta. HEX triplet: E3, 68 and C7. RGB value is (227,104,199). Sum of RGB (Red+Green+Blue) = 227+104+199=530 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.83% from 530); Green value is 104 (41.02% from 255 or 19.62% from 530); Blue value is 199 (78.12% from 255 or 37.55% from 530); Max value from RGB is 227 - color contains mainly: red. Hex color #E368C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E368C7 is #1C9738. Grayscale: #979797. Windows color (decimal): -1873721 or 13068515. OLE color: 13068515.

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

Color convert

RGB 227 104 199 -
CMYK 0 0.54 0.12 0.11
HSL 313.66º 0.69% 0.65% -
HSV(B) 313.66º 0.54% 0.89% -
XYZ 46.94 30.36 57.42 -
YUV 151.61 154.75 181.78 -
System Red Green Blue C M Y K H S L
Decimal 227 104 199 0 0.54 0.12 0.11 313.66 0.69 0.65
Hex E3 68 C7 0 36 C B 13A 45 41
Octal 343 150 307 0 66 14 13 472 105 101
Binary 11100011 1101000 11000111 0 110110 1100 1011 100111010 1000101 1000001

Color Harmonies of #E368C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E368C7

Black with #E368C7

Text Example


Text Example

White with #E368C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E368C7; }

 p { color: rgb(227,104,199); }

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

background-color css

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

 a { background-color: rgb(227,104,199); }

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

border-color css

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

 span { border-color: rgb(227,104,199); }

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