Html Css Color HEX #E365DE Free Speech Magenta

📋 copy color: '#E365DE'

red 227 ◦ green 101 ◦ blue 222

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

Shades of Free Speech Magenta #E365DE

Tints of Free Speech Magenta #E365DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.36%

R = 41.27%
G = 18.36%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E365DE (or 0xE365DE) is known color: Free Speech Magenta. HEX triplet: E3, 65 and DE. RGB value is (227,101,222). Sum of RGB (Red+Green+Blue) = 227+101+222=550 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.27% from 550); Green value is 101 (39.84% from 255 or 18.36% from 550); Blue value is 222 (87.11% from 255 or 40.36% from 550); Max value from RGB is 227 - color contains mainly: red. Hex color #E365DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E365DE is #1C9A21. Grayscale: #989898. Windows color (decimal): -1874466 or 14575075. OLE color: 14575075.

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

Color convert

RGB 227 101 222 -
CMYK 0 0.56 0.02 0.11
HSL 302.38º 0.69% 0.64% -
HSV(B) 302.38º 0.56% 0.89% -
XYZ 49.52 30.91 72.46 -
YUV 152.47 167.24 181.16 -
System Red Green Blue C M Y K H S L
Decimal 227 101 222 0 0.56 0.02 0.11 302.38 0.69 0.64
Hex E3 65 DE 0 38 2 B 12E 45 40
Octal 343 145 336 0 70 2 13 456 105 100
Binary 11100011 1100101 11011110 0 111000 10 1011 100101110 1000101 1000000

Color Harmonies of #E365DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E365DE

Black with #E365DE

Text Example


Text Example

White with #E365DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E365DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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