Html Css Color HEX #E74CC4 Free Speech Magenta

📋 copy color: '#E74CC4'

red 231 ◦ green 76 ◦ blue 196

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

Shades of Free Speech Magenta #E74CC4

Tints of Free Speech Magenta #E74CC4

RGB

 RED value IS 231 (90.63% from 255) = 45.92%

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

 BLUE value IS 196 (76.95% from 255) = 38.97%

R = 45.92%
G = 15.11%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.09

RGB Variations

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

Color information

#E74CC4 (or 0xE74CC4) is known color: Free Speech Magenta. HEX triplet: E7, 4C and C4. RGB value is (231,76,196). Sum of RGB (Red+Green+Blue) = 231+76+196=503 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.92% from 503); Green value is 76 (30.08% from 255 or 15.11% from 503); Blue value is 196 (76.95% from 255 or 38.97% from 503); Max value from RGB is 231 - color contains mainly: red. Hex color #E74CC4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E74CC4 is #18B33B. Grayscale: #878787. Windows color (decimal): -1618748 or 12864743. OLE color: 12864743.

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

Color convert

RGB 231 76 196 -
CMYK 0 0.67 0.15 0.09
HSL 313.55º 0.76% 0.6% -
HSV(B) 313.55º 0.67% 0.91% -
XYZ 45.5 26.14 54.87 -
YUV 136.03 161.85 195.74 -
System Red Green Blue C M Y K H S L
Decimal 231 76 196 0 0.67 0.15 0.09 313.55 0.76 0.6
Hex E7 4C C4 0 43 F 9 13A 4C 3C
Octal 347 114 304 0 103 17 11 472 114 74
Binary 11100111 1001100 11000100 0 1000011 1111 1001 100111010 1001100 111100

Color Harmonies of #E74CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74CC4

Black with #E74CC4

Text Example


Text Example

White with #E74CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74CC4; }

 p { color: rgb(231,76,196); }

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

background-color css

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

 a { background-color: rgb(231,76,196); }

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

border-color css

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

 span { border-color: rgb(231,76,196); }

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