Html Css Color HEX #E24DBB Free Speech Magenta

📋 copy color: '#E24DBB'

red 226 ◦ green 77 ◦ blue 187

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

Shades of Free Speech Magenta #E24DBB

Tints of Free Speech Magenta #E24DBB

RGB

 RED value IS 226 (88.67% from 255) = 46.12%

 GREEN value IS 77 (30.47% from 255) = 15.71%

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

R = 46.12%
G = 15.71%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E24DBB (or 0xE24DBB) is known color: Free Speech Magenta. HEX triplet: E2, 4D and BB. RGB value is (226,77,187). Sum of RGB (Red+Green+Blue) = 226+77+187=490 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.12% from 490); Green value is 77 (30.47% from 255 or 15.71% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 226 - color contains mainly: red. Hex color #E24DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E24DBB is #1DB244. Grayscale: #858585. Windows color (decimal): -1946181 or 12275170. OLE color: 12275170.

HSL color Cylindrical-coordinate representation of color #E24DBB: hue angle of 315.7º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E24DBB is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 77 187 -
CMYK 0 0.66 0.17 0.11
HSL 315.7º 0.72% 0.59% -
HSV(B) 315.7º 0.66% 0.89% -
XYZ 42.99 25.06 49.59 -
YUV 134.09 157.86 193.56 -
System Red Green Blue C M Y K H S L
Decimal 226 77 187 0 0.66 0.17 0.11 315.7 0.72 0.59
Hex E2 4D BB 0 42 11 B 13C 48 3B
Octal 342 115 273 0 102 21 13 474 110 73
Binary 11100010 1001101 10111011 0 1000010 10001 1011 100111100 1001000 111011

Color Harmonies of #E24DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24DBB

Black with #E24DBB

Text Example


Text Example

White with #E24DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24DBB; }

 p { color: rgb(226,77,187); }

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

background-color css

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

 a { background-color: rgb(226,77,187); }

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

border-color css

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

 span { border-color: rgb(226,77,187); }

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