Html Css Color HEX #E74DC4 Free Speech Magenta

📋 copy color: '#E74DC4'

red 231 ◦ green 77 ◦ blue 196

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

Shades of Free Speech Magenta #E74DC4

Tints of Free Speech Magenta #E74DC4

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.28%

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

R = 45.83%
G = 15.28%
B = 38.89%

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

#E74DC4 (or 0xE74DC4) is known color: Free Speech Magenta. HEX triplet: E7, 4D and C4. RGB value is (231,77,196). Sum of RGB (Red+Green+Blue) = 231+77+196=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 77 (30.47% from 255 or 15.28% from 504); Blue value is 196 (76.95% from 255 or 38.89% from 504); Max value from RGB is 231 - color contains mainly: red. Hex color #E74DC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E74DC4 is #18B23B. Grayscale: #888888. Windows color (decimal): -1618492 or 12864999. OLE color: 12864999.

HSL color Cylindrical-coordinate representation of color #E74DC4: hue angle of 313.64º 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 #E74DC4 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 77 196 -
CMYK 0 0.67 0.15 0.09
HSL 313.64º 0.76% 0.6% -
HSV(B) 313.64º 0.67% 0.91% -
XYZ 45.57 26.28 54.9 -
YUV 136.61 161.52 195.32 -
System Red Green Blue C M Y K H S L
Decimal 231 77 196 0 0.67 0.15 0.09 313.64 0.76 0.6
Hex E7 4D C4 0 43 F 9 13A 4C 3C
Octal 347 115 304 0 103 17 11 472 114 74
Binary 11100111 1001101 11000100 0 1000011 1111 1001 100111010 1001100 111100

Color Harmonies of #E74DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74DC4

Black with #E74DC4

Text Example


Text Example

White with #E74DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74DC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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