Html Css Color HEX #E04FCB Free Speech Magenta

📋 copy color: '#E04FCB'

red 224 ◦ green 79 ◦ blue 203

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

Shades of Free Speech Magenta #E04FCB

Tints of Free Speech Magenta #E04FCB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.61%

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

R = 44.27%
G = 15.61%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E04FCB (or 0xE04FCB) is known color: Free Speech Magenta. HEX triplet: E0, 4F and CB. RGB value is (224,79,203). Sum of RGB (Red+Green+Blue) = 224+79+203=506 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.27% from 506); Green value is 79 (31.25% from 255 or 15.61% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 224 - color contains mainly: red. Hex color #E04FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04FCB is #1FB034. Grayscale: #888888. Windows color (decimal): -2076725 or 13324256. OLE color: 13324256.

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

Color convert

RGB 224 79 203 -
CMYK 0 0.65 0.09 0.12
HSL 308.69º 0.7% 0.59% -
HSV(B) 308.69º 0.65% 0.88% -
XYZ 44.32 25.75 59.13 -
YUV 136.49 165.54 190.42 -
System Red Green Blue C M Y K H S L
Decimal 224 79 203 0 0.65 0.09 0.12 308.69 0.7 0.59
Hex E0 4F CB 0 41 9 C 135 46 3B
Octal 340 117 313 0 101 11 14 465 106 73
Binary 11100000 1001111 11001011 0 1000001 1001 1100 100110101 1000110 111011

Color Harmonies of #E04FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04FCB

Black with #E04FCB

Text Example


Text Example

White with #E04FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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