Html Css Color HEX #E74CEA Free Speech Magenta

📋 copy color: '#E74CEA'

red 231 ◦ green 76 ◦ blue 234

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

Shades of Free Speech Magenta #E74CEA

Tints of Free Speech Magenta #E74CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.25%

R = 42.7%
G = 14.05%
B = 43.25%

CMYK

 C value IS 0.01

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E74CEA (or 0xE74CEA) is known color: Free Speech Magenta. HEX triplet: E7, 4C and EA. RGB value is (231,76,234). Sum of RGB (Red+Green+Blue) = 231+76+234=541 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.70% from 541); Green value is 76 (30.08% from 255 or 14.05% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 234 - color contains mainly: blue. Hex color #E74CEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E74CEA is #18B315. Grayscale: #8B8B8B. Windows color (decimal): -1618710 or 15355111. OLE color: 15355111.

HSL color Cylindrical-coordinate representation of color #E74CEA: hue angle of 298.86º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E74CEA is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 231 76 234 -
CMYK 0.01 0.68 0 0.08
HSL 298.86º 0.79% 0.61% -
HSV(B) 298.86º 0.68% 0.92% -
XYZ 50.39 28.1 80.61 -
YUV 140.36 180.85 192.65 -
System Red Green Blue C M Y K H S L
Decimal 231 76 234 0.01 0.68 0 0.08 298.86 0.79 0.61
Hex E7 4C EA 1 44 0 8 12B 4F 3D
Octal 347 114 352 1 104 0 10 453 117 75
Binary 11100111 1001100 11101010 1 1000100 0 1000 100101011 1001111 111101

Color Harmonies of #E74CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74CEA

Black with #E74CEA

Text Example


Text Example

White with #E74CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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