Html Css Color HEX #E35AD6 Free Speech Magenta

📋 copy color: '#E35AD6'

red 227 ◦ green 90 ◦ blue 214

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

Shades of Free Speech Magenta #E35AD6

Tints of Free Speech Magenta #E35AD6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.95%

 BLUE value IS 214 (83.98% from 255) = 40.3%

R = 42.75%
G = 16.95%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#E35AD6 (or 0xE35AD6) is known color: Free Speech Magenta. HEX triplet: E3, 5A and D6. RGB value is (227,90,214). Sum of RGB (Red+Green+Blue) = 227+90+214=531 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.75% from 531); Green value is 90 (35.55% from 255 or 16.95% from 531); Blue value is 214 (83.98% from 255 or 40.30% from 531); Max value from RGB is 227 - color contains mainly: red. Hex color #E35AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35AD6 is #1CA529. Grayscale: #909090. Windows color (decimal): -1877290 or 14047971. OLE color: 14047971.

HSL color Cylindrical-coordinate representation of color #E35AD6: hue angle of 305.69º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E35AD6 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 90 214 -
CMYK 0 0.60 0.06 0.11
HSL 305.69º 0.71% 0.62% -
HSV(B) 305.69º 0.6% 0.89% -
XYZ 47.47 28.5 66.62 -
YUV 145.1 166.89 186.42 -
System Red Green Blue C M Y K H S L
Decimal 227 90 214 0 0.60 0.06 0.11 305.69 0.71 0.62
Hex E3 5A D6 0 3C 6 B 132 47 3E
Octal 343 132 326 0 74 6 13 462 107 76
Binary 11100011 1011010 11010110 0 111100 110 1011 100110010 1000111 111110

Color Harmonies of #E35AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35AD6

Black with #E35AD6

Text Example


Text Example

White with #E35AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35AD6; }

 p { color: rgb(227,90,214); }

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

background-color css

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

 a { background-color: rgb(227,90,214); }

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

border-color css

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

 span { border-color: rgb(227,90,214); }

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