Html Css Color HEX #E75CCB Free Speech Magenta

📋 copy color: '#E75CCB'

red 231 ◦ green 92 ◦ blue 203

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

Shades of Free Speech Magenta #E75CCB

Tints of Free Speech Magenta #E75CCB

RGB

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

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

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

R = 43.92%
G = 17.49%
B = 38.59%

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

#E75CCB (or 0xE75CCB) is known color: Free Speech Magenta. HEX triplet: E7, 5C and CB. RGB value is (231,92,203). Sum of RGB (Red+Green+Blue) = 231+92+203=526 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.92% from 526); Green value is 92 (36.33% from 255 or 17.49% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 231 - color contains mainly: red. Hex color #E75CCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75CCB is #18A334. Grayscale: #919191. Windows color (decimal): -1614645 or 13327591. OLE color: 13327591.

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

Color convert

RGB 231 92 203 -
CMYK 0 0.60 0.12 0.09
HSL 312.09º 0.74% 0.63% -
HSV(B) 312.09º 0.6% 0.91% -
XYZ 47.56 28.96 59.58 -
YUV 146.22 160.05 188.47 -
System Red Green Blue C M Y K H S L
Decimal 231 92 203 0 0.60 0.12 0.09 312.09 0.74 0.63
Hex E7 5C CB 0 3C C 9 138 4A 3F
Octal 347 134 313 0 74 14 11 470 112 77
Binary 11100111 1011100 11001011 0 111100 1100 1001 100111000 1001010 111111

Color Harmonies of #E75CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75CCB

Black with #E75CCB

Text Example


Text Example

White with #E75CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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