Html Css Color HEX #E367CD Free Speech Magenta

📋 copy color: '#E367CD'

red 227 ◦ green 103 ◦ blue 205

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

Shades of Free Speech Magenta #E367CD

Tints of Free Speech Magenta #E367CD

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.25%

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

R = 42.43%
G = 19.25%
B = 38.32%

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

#E367CD (or 0xE367CD) is known color: Free Speech Magenta. HEX triplet: E3, 67 and CD. RGB value is (227,103,205). Sum of RGB (Red+Green+Blue) = 227+103+205=535 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.43% from 535); Green value is 103 (40.62% from 255 or 19.25% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 227 - color contains mainly: red. Hex color #E367CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E367CD is #1C9832. Grayscale: #979797. Windows color (decimal): -1873971 or 13461475. OLE color: 13461475.

HSL color Cylindrical-coordinate representation of color #E367CD: hue angle of 310.65º 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 #E367CD is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 103 205 -
CMYK 0 0.55 0.10 0.11
HSL 310.65º 0.69% 0.65% -
HSV(B) 310.65º 0.55% 0.89% -
XYZ 47.55 30.44 61.13 -
YUV 151.7 158.08 181.71 -
System Red Green Blue C M Y K H S L
Decimal 227 103 205 0 0.55 0.10 0.11 310.65 0.69 0.65
Hex E3 67 CD 0 37 A B 137 45 41
Octal 343 147 315 0 67 12 13 467 105 101
Binary 11100011 1100111 11001101 0 110111 1010 1011 100110111 1000101 1000001

Color Harmonies of #E367CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E367CD

Black with #E367CD

Text Example


Text Example

White with #E367CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E367CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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