Html Css Color HEX #E35BD3 Free Speech Magenta

📋 copy color: '#E35BD3'

red 227 ◦ green 91 ◦ blue 211

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

Shades of Free Speech Magenta #E35BD3

Tints of Free Speech Magenta #E35BD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 39.89%

R = 42.91%
G = 17.2%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#E35BD3 (or 0xE35BD3) is known color: Free Speech Magenta. HEX triplet: E3, 5B and D3. RGB value is (227,91,211). Sum of RGB (Red+Green+Blue) = 227+91+211=529 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.91% from 529); Green value is 91 (35.94% from 255 or 17.20% from 529); Blue value is 211 (82.81% from 255 or 39.89% from 529); Max value from RGB is 227 - color contains mainly: red. Hex color #E35BD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35BD3 is #1CA42C. Grayscale: #919191. Windows color (decimal): -1877037 or 13851619. OLE color: 13851619.

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

Color convert

RGB 227 91 211 -
CMYK 0 0.60 0.07 0.11
HSL 307.06º 0.71% 0.62% -
HSV(B) 307.06º 0.6% 0.89% -
XYZ 47.18 28.52 64.65 -
YUV 145.34 165.06 186.24 -
System Red Green Blue C M Y K H S L
Decimal 227 91 211 0 0.60 0.07 0.11 307.06 0.71 0.62
Hex E3 5B D3 0 3C 7 B 133 47 3E
Octal 343 133 323 0 74 7 13 463 107 76
Binary 11100011 1011011 11010011 0 111100 111 1011 100110011 1000111 111110

Color Harmonies of #E35BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35BD3

Black with #E35BD3

Text Example


Text Example

White with #E35BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35BD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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