Html Css Color HEX #E75DCB Free Speech Magenta

📋 copy color: '#E75DCB'

red 231 ◦ green 93 ◦ blue 203

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

Shades of Free Speech Magenta #E75DCB

Tints of Free Speech Magenta #E75DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.52%

R = 43.83%
G = 17.65%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E75DCB (or 0xE75DCB) is known color: Free Speech Magenta. HEX triplet: E7, 5D and CB. RGB value is (231,93,203). Sum of RGB (Red+Green+Blue) = 231+93+203=527 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.83% from 527); Green value is 93 (36.72% from 255 or 17.65% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 231 - color contains mainly: red. Hex color #E75DCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75DCB is #18A234. Grayscale: #929292. Windows color (decimal): -1614389 or 13327847. OLE color: 13327847.

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

Color convert

RGB 231 93 203 -
CMYK 0 0.60 0.12 0.09
HSL 312.17º 0.74% 0.64% -
HSV(B) 312.17º 0.6% 0.91% -
XYZ 47.65 29.13 59.61 -
YUV 146.8 159.72 188.06 -
System Red Green Blue C M Y K H S L
Decimal 231 93 203 0 0.60 0.12 0.09 312.17 0.74 0.64
Hex E7 5D CB 0 3C C 9 138 4A 40
Octal 347 135 313 0 74 14 11 470 112 100
Binary 11100111 1011101 11001011 0 111100 1100 1001 100111000 1001010 1000000

Color Harmonies of #E75DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75DCB

Black with #E75DCB

Text Example


Text Example

White with #E75DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75DCB; }

 p { color: rgb(231,93,203); }

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

background-color css

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

 a { background-color: rgb(231,93,203); }

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

border-color css

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

 span { border-color: rgb(231,93,203); }

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