Html Css Color HEX #E84CDB Free Speech Magenta

📋 copy color: '#E84CDB'

red 232 ◦ green 76 ◦ blue 219

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

Shades of Free Speech Magenta #E84CDB

Tints of Free Speech Magenta #E84CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.42%

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

R = 44.02%
G = 14.42%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E84CDB (or 0xE84CDB) is known color: Free Speech Magenta. HEX triplet: E8, 4C and DB. RGB value is (232,76,219). Sum of RGB (Red+Green+Blue) = 232+76+219=527 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.02% from 527); Green value is 76 (30.08% from 255 or 14.42% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 232 - color contains mainly: red. Hex color #E84CDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E84CDB is #17B324. Grayscale: #8A8A8A. Windows color (decimal): -1553189 or 14372072. OLE color: 14372072.

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

Color convert

RGB 232 76 219 -
CMYK 0 0.67 0.06 0.09
HSL 305º 0.77% 0.6% -
HSV(B) 305º 0.67% 0.91% -
XYZ 48.65 27.44 69.75 -
YUV 138.95 173.18 194.37 -
System Red Green Blue C M Y K H S L
Decimal 232 76 219 0 0.67 0.06 0.09 305 0.77 0.6
Hex E8 4C DB 0 43 6 9 131 4D 3C
Octal 350 114 333 0 103 6 11 461 115 74
Binary 11101000 1001100 11011011 0 1000011 110 1001 100110001 1001101 111100

Color Harmonies of #E84CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E84CDB

Black with #E84CDB

Text Example


Text Example

White with #E84CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E84CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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