Html Css Color HEX #E753CC Free Speech Magenta

📋 copy color: '#E753CC'

red 231 ◦ green 83 ◦ blue 204

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

Shades of Free Speech Magenta #E753CC

Tints of Free Speech Magenta #E753CC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.02%

 BLUE value IS 204 (80.08% from 255) = 39.38%

R = 44.59%
G = 16.02%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E753CC (or 0xE753CC) is known color: Free Speech Magenta. HEX triplet: E7, 53 and CC. RGB value is (231,83,204). Sum of RGB (Red+Green+Blue) = 231+83+204=518 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.59% from 518); Green value is 83 (32.81% from 255 or 16.02% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 231 - color contains mainly: red. Hex color #E753CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E753CC is #18AC33. Grayscale: #8C8C8C. Windows color (decimal): -1616948 or 13390823. OLE color: 13390823.

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

Color convert

RGB 231 83 204 -
CMYK 0 0.64 0.12 0.09
HSL 310.95º 0.76% 0.62% -
HSV(B) 310.95º 0.64% 0.91% -
XYZ 46.95 27.54 59.97 -
YUV 141.05 163.53 192.16 -
System Red Green Blue C M Y K H S L
Decimal 231 83 204 0 0.64 0.12 0.09 310.95 0.76 0.62
Hex E7 53 CC 0 40 C 9 137 4C 3E
Octal 347 123 314 0 100 14 11 467 114 76
Binary 11100111 1010011 11001100 0 1000000 1100 1001 100110111 1001100 111110

Color Harmonies of #E753CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E753CC

Black with #E753CC

Text Example


Text Example

White with #E753CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E753CC; }

 p { color: rgb(231,83,204); }

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

background-color css

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

 a { background-color: rgb(231,83,204); }

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

border-color css

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

 span { border-color: rgb(231,83,204); }

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