Html Css Color HEX #E752D5 Free Speech Magenta

📋 copy color: '#E752D5'

red 231 ◦ green 82 ◦ blue 213

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

Shades of Free Speech Magenta #E752D5

Tints of Free Speech Magenta #E752D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.49%

R = 43.92%
G = 15.59%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#E752D5 (or 0xE752D5) is known color: Free Speech Magenta. HEX triplet: E7, 52 and D5. RGB value is (231,82,213). Sum of RGB (Red+Green+Blue) = 231+82+213=526 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.92% from 526); Green value is 82 (32.42% from 255 or 15.59% from 526); Blue value is 213 (83.59% from 255 or 40.49% from 526); Max value from RGB is 231 - color contains mainly: red. Hex color #E752D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E752D5 is #18AD2A. Grayscale: #8D8D8D. Windows color (decimal): -1617195 or 13980391. OLE color: 13980391.

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

Color convert

RGB 231 82 213 -
CMYK 0 0.65 0.08 0.09
HSL 307.25º 0.76% 0.61% -
HSV(B) 307.25º 0.65% 0.91% -
XYZ 47.98 27.83 65.79 -
YUV 141.49 168.36 191.85 -
System Red Green Blue C M Y K H S L
Decimal 231 82 213 0 0.65 0.08 0.09 307.25 0.76 0.61
Hex E7 52 D5 0 41 8 9 133 4C 3D
Octal 347 122 325 0 101 10 11 463 114 75
Binary 11100111 1010010 11010101 0 1000001 1000 1001 100110011 1001100 111101

Color Harmonies of #E752D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E752D5

Black with #E752D5

Text Example


Text Example

White with #E752D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E752D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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