Html Css Color HEX #E852DB Free Speech Magenta

📋 copy color: '#E852DB'

red 232 ◦ green 82 ◦ blue 219

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

Shades of Free Speech Magenta #E852DB

Tints of Free Speech Magenta #E852DB

RGB

 RED value IS 232 (91.02% from 255) = 43.53%

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

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

R = 43.53%
G = 15.38%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E852DB (or 0xE852DB) is known color: Free Speech Magenta. HEX triplet: E8, 52 and DB. RGB value is (232,82,219). Sum of RGB (Red+Green+Blue) = 232+82+219=533 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.53% from 533); Green value is 82 (32.42% from 255 or 15.38% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 232 - color contains mainly: red. Hex color #E852DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E852DB is #17AD24. Grayscale: #8E8E8E. Windows color (decimal): -1551653 or 14373608. OLE color: 14373608.

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

Color convert

RGB 232 82 219 -
CMYK 0 0.65 0.06 0.09
HSL 305.2º 0.77% 0.62% -
HSV(B) 305.2º 0.65% 0.91% -
XYZ 49.08 28.3 69.89 -
YUV 142.47 171.2 191.86 -
System Red Green Blue C M Y K H S L
Decimal 232 82 219 0 0.65 0.06 0.09 305.2 0.77 0.62
Hex E8 52 DB 0 41 6 9 131 4D 3E
Octal 350 122 333 0 101 6 11 461 115 76
Binary 11101000 1010010 11011011 0 1000001 110 1001 100110001 1001101 111110

Color Harmonies of #E852DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E852DB

Black with #E852DB

Text Example


Text Example

White with #E852DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E852DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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