Html Css Color HEX #E752E1 Free Speech Magenta

📋 copy color: '#E752E1'

red 231 ◦ green 82 ◦ blue 225

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

Shades of Free Speech Magenta #E752E1

Tints of Free Speech Magenta #E752E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.82%

R = 42.94%
G = 15.24%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#E752E1 (or 0xE752E1) is known color: Free Speech Magenta. HEX triplet: E7, 52 and E1. RGB value is (231,82,225). Sum of RGB (Red+Green+Blue) = 231+82+225=538 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.94% from 538); Green value is 82 (32.42% from 255 or 15.24% from 538); Blue value is 225 (88.28% from 255 or 41.82% from 538); Max value from RGB is 231 - color contains mainly: red. Hex color #E752E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E752E1 is #18AD1E. Grayscale: #8E8E8E. Windows color (decimal): -1617183 or 14766823. OLE color: 14766823.

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

Color convert

RGB 231 82 225 -
CMYK 0 0.65 0.03 0.09
HSL 302.42º 0.76% 0.61% -
HSV(B) 302.42º 0.65% 0.91% -
XYZ 49.56 28.46 74.12 -
YUV 142.85 174.36 190.87 -
System Red Green Blue C M Y K H S L
Decimal 231 82 225 0 0.65 0.03 0.09 302.42 0.76 0.61
Hex E7 52 E1 0 41 3 9 12E 4C 3D
Octal 347 122 341 0 101 3 11 456 114 75
Binary 11100111 1010010 11100001 0 1000001 11 1001 100101110 1001100 111101

Color Harmonies of #E752E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E752E1

Black with #E752E1

Text Example


Text Example

White with #E752E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E752E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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