Html Css Color HEX #E94ADB Free Speech Magenta

📋 copy color: '#E94ADB'

red 233 ◦ green 74 ◦ blue 219

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

Shades of Free Speech Magenta #E94ADB

Tints of Free Speech Magenta #E94ADB

RGB

 RED value IS 233 (91.41% from 255) = 44.3%

 GREEN value IS 74 (29.3% from 255) = 14.07%

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

R = 44.3%
G = 14.07%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E94ADB (or 0xE94ADB) is known color: Free Speech Magenta. HEX triplet: E9, 4A and DB. RGB value is (233,74,219). Sum of RGB (Red+Green+Blue) = 233+74+219=526 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.30% from 526); Green value is 74 (29.30% from 255 or 14.07% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 233 - color contains mainly: red. Hex color #E94ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E94ADB is #16B524. Grayscale: #898989. Windows color (decimal): -1488165 or 14371561. OLE color: 14371561.

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

Color convert

RGB 233 74 219 -
CMYK 0 0.68 0.06 0.09
HSL 305.28º 0.78% 0.6% -
HSV(B) 305.28º 0.68% 0.91% -
XYZ 48.84 27.34 69.72 -
YUV 138.07 173.68 195.71 -
System Red Green Blue C M Y K H S L
Decimal 233 74 219 0 0.68 0.06 0.09 305.28 0.78 0.6
Hex E9 4A DB 0 44 6 9 131 4E 3C
Octal 351 112 333 0 104 6 11 461 116 74
Binary 11101001 1001010 11011011 0 1000100 110 1001 100110001 1001110 111100

Color Harmonies of #E94ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94ADB

Black with #E94ADB

Text Example


Text Example

White with #E94ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94ADB; }

 p { color: rgb(233,74,219); }

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

background-color css

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

 a { background-color: rgb(233,74,219); }

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

border-color css

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

 span { border-color: rgb(233,74,219); }

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