Html Css Color HEX #E752C8 Free Speech Magenta

📋 copy color: '#E752C8'

red 231 ◦ green 82 ◦ blue 200

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

Shades of Free Speech Magenta #E752C8

Tints of Free Speech Magenta #E752C8

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.98%

 BLUE value IS 200 (78.52% from 255) = 38.99%

R = 45.03%
G = 15.98%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E752C8 (or 0xE752C8) is known color: Free Speech Magenta. HEX triplet: E7, 52 and C8. RGB value is (231,82,200). Sum of RGB (Red+Green+Blue) = 231+82+200=513 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.03% from 513); Green value is 82 (32.42% from 255 or 15.98% from 513); Blue value is 200 (78.52% from 255 or 38.99% from 513); Max value from RGB is 231 - color contains mainly: red. Hex color #E752C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E752C8 is #18AD37. Grayscale: #8B8B8B. Windows color (decimal): -1617208 or 13128423. OLE color: 13128423.

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

Color convert

RGB 231 82 200 -
CMYK 0 0.65 0.13 0.09
HSL 312.48º 0.76% 0.61% -
HSV(B) 312.48º 0.65% 0.91% -
XYZ 46.4 27.19 57.45 -
YUV 140 161.86 192.91 -
System Red Green Blue C M Y K H S L
Decimal 231 82 200 0 0.65 0.13 0.09 312.48 0.76 0.61
Hex E7 52 C8 0 41 D 9 138 4C 3D
Octal 347 122 310 0 101 15 11 470 114 75
Binary 11100111 1010010 11001000 0 1000001 1101 1001 100111000 1001100 111101

Color Harmonies of #E752C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E752C8

Black with #E752C8

Text Example


Text Example

White with #E752C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E752C8; }

 p { color: rgb(231,82,200); }

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

background-color css

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

 a { background-color: rgb(231,82,200); }

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

border-color css

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

 span { border-color: rgb(231,82,200); }

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