Html Css Color HEX #E350DA Free Speech Magenta

📋 copy color: '#E350DA'

red 227 ◦ green 80 ◦ blue 218

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

Shades of Free Speech Magenta #E350DA

Tints of Free Speech Magenta #E350DA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.24%

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

R = 43.24%
G = 15.24%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E350DA (or 0xE350DA) is known color: Free Speech Magenta. HEX triplet: E3, 50 and DA. RGB value is (227,80,218). Sum of RGB (Red+Green+Blue) = 227+80+218=525 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.24% from 525); Green value is 80 (31.64% from 255 or 15.24% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 227 - color contains mainly: red. Hex color #E350DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E350DA is #1CAF25. Grayscale: #8B8B8B. Windows color (decimal): -1879846 or 14307555. OLE color: 14307555.

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

Color convert

RGB 227 80 218 -
CMYK 0 0.65 0.04 0.11
HSL 303.67º 0.72% 0.6% -
HSV(B) 303.67º 0.65% 0.89% -
XYZ 47.2 27.13 69.08 -
YUV 139.69 172.2 190.28 -
System Red Green Blue C M Y K H S L
Decimal 227 80 218 0 0.65 0.04 0.11 303.67 0.72 0.6
Hex E3 50 DA 0 41 4 B 130 48 3C
Octal 343 120 332 0 101 4 13 460 110 74
Binary 11100011 1010000 11011010 0 1000001 100 1011 100110000 1001000 111100

Color Harmonies of #E350DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E350DA

Black with #E350DA

Text Example


Text Example

White with #E350DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E350DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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