Html Css Color HEX #E35DBF Free Speech Magenta

📋 copy color: '#E35DBF'

red 227 ◦ green 93 ◦ blue 191

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

Shades of Free Speech Magenta #E35DBF

Tints of Free Speech Magenta #E35DBF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.2%

 BLUE value IS 191 (75% from 255) = 37.38%

R = 44.42%
G = 18.2%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E35DBF (or 0xE35DBF) is known color: Free Speech Magenta. HEX triplet: E3, 5D and BF. RGB value is (227,93,191). Sum of RGB (Red+Green+Blue) = 227+93+191=511 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.42% from 511); Green value is 93 (36.72% from 255 or 18.20% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 227 - color contains mainly: red. Hex color #E35DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35DBF is #1CA240. Grayscale: #8F8F8F. Windows color (decimal): -1876545 or 12541411. OLE color: 12541411.

HSL color Cylindrical-coordinate representation of color #E35DBF: hue angle of 316.12º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E35DBF is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 93 191 -
CMYK 0 0.59 0.16 0.11
HSL 316.12º 0.71% 0.63% -
HSV(B) 316.12º 0.59% 0.89% -
XYZ 45 27.92 52.31 -
YUV 144.24 154.39 187.03 -
System Red Green Blue C M Y K H S L
Decimal 227 93 191 0 0.59 0.16 0.11 316.12 0.71 0.63
Hex E3 5D BF 0 3B 10 B 13C 47 3F
Octal 343 135 277 0 73 20 13 474 107 77
Binary 11100011 1011101 10111111 0 111011 10000 1011 100111100 1000111 111111

Color Harmonies of #E35DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35DBF

Black with #E35DBF

Text Example


Text Example

White with #E35DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35DBF; }

 p { color: rgb(227,93,191); }

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

background-color css

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

 a { background-color: rgb(227,93,191); }

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

border-color css

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

 span { border-color: rgb(227,93,191); }

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