Html Css Color HEX #E85CDD Free Speech Magenta

📋 copy color: '#E85CDD'

red 232 ◦ green 92 ◦ blue 221

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

Shades of Free Speech Magenta #E85CDD

Tints of Free Speech Magenta #E85CDD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.88%

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

R = 42.57%
G = 16.88%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E85CDD (or 0xE85CDD) is known color: Free Speech Magenta. HEX triplet: E8, 5C and DD. RGB value is (232,92,221). Sum of RGB (Red+Green+Blue) = 232+92+221=545 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.57% from 545); Green value is 92 (36.33% from 255 or 16.88% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 232 - color contains mainly: red. Hex color #E85CDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85CDD is #17A322. Grayscale: #949494. Windows color (decimal): -1549091 or 14507240. OLE color: 14507240.

HSL color Cylindrical-coordinate representation of color #E85CDD: hue angle of 304.71º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E85CDD is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 92 221 -
CMYK 0 0.60 0.05 0.09
HSL 304.71º 0.75% 0.64% -
HSV(B) 304.71º 0.6% 0.91% -
XYZ 50.16 30.03 71.56 -
YUV 148.57 168.88 187.51 -
System Red Green Blue C M Y K H S L
Decimal 232 92 221 0 0.60 0.05 0.09 304.71 0.75 0.64
Hex E8 5C DD 0 3C 5 9 131 4B 40
Octal 350 134 335 0 74 5 11 461 113 100
Binary 11101000 1011100 11011101 0 111100 101 1001 100110001 1001011 1000000

Color Harmonies of #E85CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85CDD

Black with #E85CDD

Text Example


Text Example

White with #E85CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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