Html Css Color HEX #E04ACB Free Speech Magenta

📋 copy color: '#E04ACB'

red 224 ◦ green 74 ◦ blue 203

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

Shades of Free Speech Magenta #E04ACB

Tints of Free Speech Magenta #E04ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.52%

R = 44.71%
G = 14.77%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E04ACB (or 0xE04ACB) is known color: Free Speech Magenta. HEX triplet: E0, 4A and CB. RGB value is (224,74,203). Sum of RGB (Red+Green+Blue) = 224+74+203=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 74 (29.30% from 255 or 14.77% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E04ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04ACB is #1FB534. Grayscale: #858585. Windows color (decimal): -2078005 or 13322976. OLE color: 13322976.

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

Color convert

RGB 224 74 203 -
CMYK 0 0.67 0.09 0.12
HSL 308.4º 0.71% 0.58% -
HSV(B) 308.4º 0.67% 0.88% -
XYZ 43.97 25.06 59.02 -
YUV 133.56 167.2 192.51 -
System Red Green Blue C M Y K H S L
Decimal 224 74 203 0 0.67 0.09 0.12 308.4 0.71 0.58
Hex E0 4A CB 0 43 9 C 134 47 3A
Octal 340 112 313 0 103 11 14 464 107 72
Binary 11100000 1001010 11001011 0 1000011 1001 1100 100110100 1000111 111010

Color Harmonies of #E04ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04ACB

Black with #E04ACB

Text Example


Text Example

White with #E04ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04ACB; }

 p { color: rgb(224,74,203); }

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

background-color css

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

 a { background-color: rgb(224,74,203); }

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

border-color css

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

 span { border-color: rgb(224,74,203); }

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