Html Css Color HEX #E74CDE Free Speech Magenta

📋 copy color: '#E74CDE'

red 231 ◦ green 76 ◦ blue 222

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

Shades of Free Speech Magenta #E74CDE

Tints of Free Speech Magenta #E74CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.97%

R = 43.67%
G = 14.37%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E74CDE (or 0xE74CDE) is known color: Free Speech Magenta. HEX triplet: E7, 4C and DE. RGB value is (231,76,222). Sum of RGB (Red+Green+Blue) = 231+76+222=529 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.67% from 529); Green value is 76 (30.08% from 255 or 14.37% from 529); Blue value is 222 (87.11% from 255 or 41.97% from 529); Max value from RGB is 231 - color contains mainly: red. Hex color #E74CDE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E74CDE is #18B321. Grayscale: #8A8A8A. Windows color (decimal): -1618722 or 14568679. OLE color: 14568679.

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

Color convert

RGB 231 76 222 -
CMYK 0 0.67 0.04 0.09
HSL 303.48º 0.76% 0.6% -
HSV(B) 303.48º 0.67% 0.91% -
XYZ 48.72 27.43 71.83 -
YUV 138.99 174.85 193.63 -
System Red Green Blue C M Y K H S L
Decimal 231 76 222 0 0.67 0.04 0.09 303.48 0.76 0.6
Hex E7 4C DE 0 43 4 9 12F 4C 3C
Octal 347 114 336 0 103 4 11 457 114 74
Binary 11100111 1001100 11011110 0 1000011 100 1001 100101111 1001100 111100

Color Harmonies of #E74CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74CDE

Black with #E74CDE

Text Example


Text Example

White with #E74CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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