Html Css Color HEX #E75CDB Free Speech Magenta

📋 copy color: '#E75CDB'

red 231 ◦ green 92 ◦ blue 219

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

Shades of Free Speech Magenta #E75CDB

Tints of Free Speech Magenta #E75CDB

RGB

 RED value IS 231 (90.63% from 255) = 42.62%

 GREEN value IS 92 (36.33% from 255) = 16.97%

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

R = 42.62%
G = 16.97%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E75CDB (or 0xE75CDB) is known color: Free Speech Magenta. HEX triplet: E7, 5C and DB. RGB value is (231,92,219). Sum of RGB (Red+Green+Blue) = 231+92+219=542 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.62% from 542); Green value is 92 (36.33% from 255 or 16.97% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 231 - color contains mainly: red. Hex color #E75CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75CDB is #18A324. Grayscale: #939393. Windows color (decimal): -1614629 or 14376167. OLE color: 14376167.

HSL color Cylindrical-coordinate representation of color #E75CDB: hue angle of 305.18º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E75CDB is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 92 219 -
CMYK 0 0.60 0.05 0.09
HSL 305.18º 0.74% 0.63% -
HSV(B) 305.18º 0.6% 0.91% -
XYZ 49.57 29.76 70.15 -
YUV 148.04 168.05 187.17 -
System Red Green Blue C M Y K H S L
Decimal 231 92 219 0 0.60 0.05 0.09 305.18 0.74 0.63
Hex E7 5C DB 0 3C 5 9 131 4A 3F
Octal 347 134 333 0 74 5 11 461 112 77
Binary 11100111 1011100 11011011 0 111100 101 1001 100110001 1001010 111111

Color Harmonies of #E75CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75CDB

Black with #E75CDB

Text Example


Text Example

White with #E75CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75CDB; }

 p { color: rgb(231,92,219); }

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

background-color css

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

 a { background-color: rgb(231,92,219); }

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

border-color css

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

 span { border-color: rgb(231,92,219); }

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