Html Css Color HEX #E04CC3 Free Speech Magenta

📋 copy color: '#E04CC3'

red 224 ◦ green 76 ◦ blue 195

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

Shades of Free Speech Magenta #E04CC3

Tints of Free Speech Magenta #E04CC3

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.35%

 BLUE value IS 195 (76.56% from 255) = 39.39%

R = 45.25%
G = 15.35%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#E04CC3 (or 0xE04CC3) is known color: Free Speech Magenta. HEX triplet: E0, 4C and C3. RGB value is (224,76,195). Sum of RGB (Red+Green+Blue) = 224+76+195=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 76 (30.08% from 255 or 15.35% from 495); Blue value is 195 (76.56% from 255 or 39.39% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E04CC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04CC3 is #1FB33C. Grayscale: #858585. Windows color (decimal): -2077501 or 12799200. OLE color: 12799200.

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

Color convert

RGB 224 76 195 -
CMYK 0 0.66 0.13 0.12
HSL 311.76º 0.7% 0.59% -
HSV(B) 311.76º 0.66% 0.88% -
XYZ 43.18 24.96 54.17 -
YUV 133.82 162.53 192.32 -
System Red Green Blue C M Y K H S L
Decimal 224 76 195 0 0.66 0.13 0.12 311.76 0.7 0.59
Hex E0 4C C3 0 42 D C 138 46 3B
Octal 340 114 303 0 102 15 14 470 106 73
Binary 11100000 1001100 11000011 0 1000010 1101 1100 100111000 1000110 111011

Color Harmonies of #E04CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04CC3

Black with #E04CC3

Text Example


Text Example

White with #E04CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04CC3; }

 p { color: rgb(224,76,195); }

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

background-color css

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

 a { background-color: rgb(224,76,195); }

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

border-color css

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

 span { border-color: rgb(224,76,195); }

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