Html Css Color HEX #E752DB Free Speech Magenta

📋 copy color: '#E752DB'

red 231 ◦ green 82 ◦ blue 219

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

Shades of Free Speech Magenta #E752DB

Tints of Free Speech Magenta #E752DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.17%

R = 43.42%
G = 15.41%
B = 41.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E752DB (or 0xE752DB) is known color: Free Speech Magenta. HEX triplet: E7, 52 and DB. RGB value is (231,82,219). Sum of RGB (Red+Green+Blue) = 231+82+219=532 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.42% from 532); Green value is 82 (32.42% from 255 or 15.41% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 231 - color contains mainly: red. Hex color #E752DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E752DB is #18AD24. Grayscale: #8D8D8D. Windows color (decimal): -1617189 or 14373607. OLE color: 14373607.

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

Color convert

RGB 231 82 219 -
CMYK 0 0.65 0.05 0.09
HSL 304.83º 0.76% 0.61% -
HSV(B) 304.83º 0.65% 0.91% -
XYZ 48.76 28.14 69.88 -
YUV 142.17 171.36 191.36 -
System Red Green Blue C M Y K H S L
Decimal 231 82 219 0 0.65 0.05 0.09 304.83 0.76 0.61
Hex E7 52 DB 0 41 5 9 131 4C 3D
Octal 347 122 333 0 101 5 11 461 114 75
Binary 11100111 1010010 11011011 0 1000001 101 1001 100110001 1001100 111101

Color Harmonies of #E752DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E752DB

Black with #E752DB

Text Example


Text Example

White with #E752DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E752DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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