Html Css Color HEX #E84CDD Free Speech Magenta

📋 copy color: '#E84CDD'

red 232 ◦ green 76 ◦ blue 221

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

Shades of Free Speech Magenta #E84CDD

Tints of Free Speech Magenta #E84CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.78%

R = 43.86%
G = 14.37%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E84CDD (or 0xE84CDD) is known color: Free Speech Magenta. HEX triplet: E8, 4C and DD. RGB value is (232,76,221). Sum of RGB (Red+Green+Blue) = 232+76+221=529 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.86% from 529); Green value is 76 (30.08% from 255 or 14.37% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 232 - color contains mainly: red. Hex color #E84CDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E84CDD is #17B322. Grayscale: #8A8A8A. Windows color (decimal): -1553187 or 14503144. OLE color: 14503144.

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

Color convert

RGB 232 76 221 -
CMYK 0 0.67 0.05 0.09
HSL 304.23º 0.77% 0.6% -
HSV(B) 304.23º 0.67% 0.91% -
XYZ 48.91 27.55 71.15 -
YUV 139.17 174.18 194.21 -
System Red Green Blue C M Y K H S L
Decimal 232 76 221 0 0.67 0.05 0.09 304.23 0.77 0.6
Hex E8 4C DD 0 43 5 9 130 4D 3C
Octal 350 114 335 0 103 5 11 460 115 74
Binary 11101000 1001100 11011101 0 1000011 101 1001 100110000 1001101 111100

Color Harmonies of #E84CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E84CDD

Black with #E84CDD

Text Example


Text Example

White with #E84CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E84CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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