Html Css Color HEX #E75DCA Free Speech Magenta

📋 copy color: '#E75DCA'

red 231 ◦ green 93 ◦ blue 202

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

Shades of Free Speech Magenta #E75DCA

Tints of Free Speech Magenta #E75DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.4%

R = 43.92%
G = 17.68%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E75DCA (or 0xE75DCA) is known color: Free Speech Magenta. HEX triplet: E7, 5D and CA. RGB value is (231,93,202). Sum of RGB (Red+Green+Blue) = 231+93+202=526 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.92% from 526); Green value is 93 (36.72% from 255 or 17.68% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 231 - color contains mainly: red. Hex color #E75DCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75DCA is #18A235. Grayscale: #929292. Windows color (decimal): -1614390 or 13262311. OLE color: 13262311.

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

Color convert

RGB 231 93 202 -
CMYK 0 0.60 0.13 0.09
HSL 312.61º 0.74% 0.64% -
HSV(B) 312.61º 0.6% 0.91% -
XYZ 47.53 29.08 58.99 -
YUV 146.69 159.22 188.14 -
System Red Green Blue C M Y K H S L
Decimal 231 93 202 0 0.60 0.13 0.09 312.61 0.74 0.64
Hex E7 5D CA 0 3C D 9 139 4A 40
Octal 347 135 312 0 74 15 11 471 112 100
Binary 11100111 1011101 11001010 0 111100 1101 1001 100111001 1001010 1000000

Color Harmonies of #E75DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75DCA

Black with #E75DCA

Text Example


Text Example

White with #E75DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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