Html Css Color HEX #E35BDD Free Speech Magenta

📋 copy color: '#E35BDD'

red 227 ◦ green 91 ◦ blue 221

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

Shades of Free Speech Magenta #E35BDD

Tints of Free Speech Magenta #E35BDD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.88%

 BLUE value IS 221 (86.72% from 255) = 41%

R = 42.12%
G = 16.88%
B = 41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E35BDD (or 0xE35BDD) is known color: Free Speech Magenta. HEX triplet: E3, 5B and DD. RGB value is (227,91,221). Sum of RGB (Red+Green+Blue) = 227+91+221=539 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.12% from 539); Green value is 91 (35.94% from 255 or 16.88% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 227 - color contains mainly: red. Hex color #E35BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35BDD is #1CA422. Grayscale: #929292. Windows color (decimal): -1877027 or 14506979. OLE color: 14506979.

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

Color convert

RGB 227 91 221 -
CMYK 0 0.60 0.03 0.11
HSL 302.65º 0.71% 0.62% -
HSV(B) 302.65º 0.6% 0.89% -
XYZ 48.47 29.03 71.46 -
YUV 146.48 170.06 185.43 -
System Red Green Blue C M Y K H S L
Decimal 227 91 221 0 0.60 0.03 0.11 302.65 0.71 0.62
Hex E3 5B DD 0 3C 3 B 12F 47 3E
Octal 343 133 335 0 74 3 13 457 107 76
Binary 11100011 1011011 11011101 0 111100 11 1011 100101111 1000111 111110

Color Harmonies of #E35BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35BDD

Black with #E35BDD

Text Example


Text Example

White with #E35BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35BDD; }

 p { color: rgb(227,91,221); }

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

background-color css

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

 a { background-color: rgb(227,91,221); }

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

border-color css

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

 span { border-color: rgb(227,91,221); }

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