Html Css Color HEX #E752EB Free Speech Magenta

📋 copy color: '#E752EB'

red 231 ◦ green 82 ◦ blue 235

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

Shades of Free Speech Magenta #E752EB

Tints of Free Speech Magenta #E752EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.88%

R = 42.15%
G = 14.96%
B = 42.88%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E752EB (or 0xE752EB) is known color: Free Speech Magenta. HEX triplet: E7, 52 and EB. RGB value is (231,82,235). Sum of RGB (Red+Green+Blue) = 231+82+235=548 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.15% from 548); Green value is 82 (32.42% from 255 or 14.96% from 548); Blue value is 235 (92.19% from 255 or 42.88% from 548); Max value from RGB is 235 - color contains mainly: blue. Hex color #E752EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E752EB is #18AD14. Grayscale: #8F8F8F. Windows color (decimal): -1617173 or 15422183. OLE color: 15422183.

HSL color Cylindrical-coordinate representation of color #E752EB: hue angle of 298.43º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E752EB is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 231 82 235 -
CMYK 0.02 0.65 0 0.08
HSL 298.43º 0.79% 0.62% -
HSV(B) 298.43º 0.65% 0.92% -
XYZ 50.97 29.02 81.51 -
YUV 143.99 179.36 190.06 -
System Red Green Blue C M Y K H S L
Decimal 231 82 235 0.02 0.65 0 0.08 298.43 0.79 0.62
Hex E7 52 EB 2 41 0 8 12A 4F 3E
Octal 347 122 353 2 101 0 10 452 117 76
Binary 11100111 1010010 11101011 10 1000001 0 1000 100101010 1001111 111110

Color Harmonies of #E752EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E752EB

Black with #E752EB

Text Example


Text Example

White with #E752EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E752EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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