Html Css Color HEX #E365DA Free Speech Magenta

📋 copy color: '#E365DA'

red 227 ◦ green 101 ◦ blue 218

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

Shades of Free Speech Magenta #E365DA

Tints of Free Speech Magenta #E365DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.93%

R = 41.58%
G = 18.5%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E365DA (or 0xE365DA) is known color: Free Speech Magenta. HEX triplet: E3, 65 and DA. RGB value is (227,101,218). Sum of RGB (Red+Green+Blue) = 227+101+218=546 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.58% from 546); Green value is 101 (39.84% from 255 or 18.50% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 227 - color contains mainly: red. Hex color #E365DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E365DA is #1C9A25. Grayscale: #979797. Windows color (decimal): -1874470 or 14312931. OLE color: 14312931.

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

Color convert

RGB 227 101 218 -
CMYK 0 0.56 0.04 0.11
HSL 304.29º 0.69% 0.64% -
HSV(B) 304.29º 0.56% 0.89% -
XYZ 48.99 30.7 69.67 -
YUV 152.01 165.24 181.49 -
System Red Green Blue C M Y K H S L
Decimal 227 101 218 0 0.56 0.04 0.11 304.29 0.69 0.64
Hex E3 65 DA 0 38 4 B 130 45 40
Octal 343 145 332 0 70 4 13 460 105 100
Binary 11100011 1100101 11011010 0 111000 100 1011 100110000 1000101 1000000

Color Harmonies of #E365DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E365DA

Black with #E365DA

Text Example


Text Example

White with #E365DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E365DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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