Html Css Color HEX #E05DBB Free Speech Magenta

📋 copy color: '#E05DBB'

red 224 ◦ green 93 ◦ blue 187

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

Shades of Free Speech Magenta #E05DBB

Tints of Free Speech Magenta #E05DBB

RGB

 RED value IS 224 (87.89% from 255) = 44.44%

 GREEN value IS 93 (36.72% from 255) = 18.45%

 BLUE value IS 187 (73.44% from 255) = 37.1%

R = 44.44%
G = 18.45%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E05DBB (or 0xE05DBB) is known color: Free Speech Magenta. HEX triplet: E0, 5D and BB. RGB value is (224,93,187). Sum of RGB (Red+Green+Blue) = 224+93+187=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 93 (36.72% from 255 or 18.45% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 224 - color contains mainly: red. Hex color #E05DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05DBB is #1FA244. Grayscale: #8E8E8E. Windows color (decimal): -2073157 or 12279264. OLE color: 12279264.

HSL color Cylindrical-coordinate representation of color #E05DBB: hue angle of 316.95º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E05DBB is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 93 187 -
CMYK 0 0.58 0.17 0.12
HSL 316.95º 0.68% 0.62% -
HSV(B) 316.95º 0.58% 0.88% -
XYZ 43.62 27.26 49.98 -
YUV 142.89 152.9 185.86 -
System Red Green Blue C M Y K H S L
Decimal 224 93 187 0 0.58 0.17 0.12 316.95 0.68 0.62
Hex E0 5D BB 0 3A 11 C 13D 44 3E
Octal 340 135 273 0 72 21 14 475 104 76
Binary 11100000 1011101 10111011 0 111010 10001 1100 100111101 1000100 111110

Color Harmonies of #E05DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05DBB

Black with #E05DBB

Text Example


Text Example

White with #E05DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05DBB; }

 p { color: rgb(224,93,187); }

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

background-color css

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

 a { background-color: rgb(224,93,187); }

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

border-color css

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

 span { border-color: rgb(224,93,187); }

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