Html Css Color HEX #E365CD Free Speech Magenta

📋 copy color: '#E365CD'

red 227 ◦ green 101 ◦ blue 205

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

Shades of Free Speech Magenta #E365CD

Tints of Free Speech Magenta #E365CD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.95%

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

R = 42.59%
G = 18.95%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E365CD (or 0xE365CD) is known color: Free Speech Magenta. HEX triplet: E3, 65 and CD. RGB value is (227,101,205). Sum of RGB (Red+Green+Blue) = 227+101+205=533 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.59% from 533); Green value is 101 (39.84% from 255 or 18.95% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 227 - color contains mainly: red. Hex color #E365CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E365CD is #1C9A32. Grayscale: #969696. Windows color (decimal): -1874483 or 13460963. OLE color: 13460963.

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

Color convert

RGB 227 101 205 -
CMYK 0 0.56 0.10 0.11
HSL 310.48º 0.69% 0.64% -
HSV(B) 310.48º 0.56% 0.89% -
XYZ 47.35 30.05 61.06 -
YUV 150.53 158.74 182.54 -
System Red Green Blue C M Y K H S L
Decimal 227 101 205 0 0.56 0.10 0.11 310.48 0.69 0.64
Hex E3 65 CD 0 38 A B 136 45 40
Octal 343 145 315 0 70 12 13 466 105 100
Binary 11100011 1100101 11001101 0 111000 1010 1011 100110110 1000101 1000000

Color Harmonies of #E365CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E365CD

Black with #E365CD

Text Example


Text Example

White with #E365CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E365CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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