Html Css Color HEX #E35FDB Free Speech Magenta

📋 copy color: '#E35FDB'

red 227 ◦ green 95 ◦ blue 219

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

Shades of Free Speech Magenta #E35FDB

Tints of Free Speech Magenta #E35FDB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.56%

 BLUE value IS 219 (85.94% from 255) = 40.48%

R = 41.96%
G = 17.56%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E35FDB (or 0xE35FDB) is known color: Free Speech Magenta. HEX triplet: E3, 5F and DB. RGB value is (227,95,219). Sum of RGB (Red+Green+Blue) = 227+95+219=541 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.96% from 541); Green value is 95 (37.5% from 255 or 17.56% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 227 - color contains mainly: red. Hex color #E35FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35FDB is #1CA024. Grayscale: #949494. Windows color (decimal): -1876005 or 14376931. OLE color: 14376931.

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

Color convert

RGB 227 95 219 -
CMYK 0 0.58 0.04 0.11
HSL 303.64º 0.7% 0.63% -
HSV(B) 303.64º 0.58% 0.89% -
XYZ 48.56 29.63 70.18 -
YUV 148.6 167.73 183.92 -
System Red Green Blue C M Y K H S L
Decimal 227 95 219 0 0.58 0.04 0.11 303.64 0.7 0.63
Hex E3 5F DB 0 3A 4 B 130 46 3F
Octal 343 137 333 0 72 4 13 460 106 77
Binary 11100011 1011111 11011011 0 111010 100 1011 100110000 1000110 111111

Color Harmonies of #E35FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35FDB

Black with #E35FDB

Text Example


Text Example

White with #E35FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35FDB; }

 p { color: rgb(227,95,219); }

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

background-color css

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

 a { background-color: rgb(227,95,219); }

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

border-color css

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

 span { border-color: rgb(227,95,219); }

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