Html Css Color HEX #E74CCA Free Speech Magenta

📋 copy color: '#E74CCA'

red 231 ◦ green 76 ◦ blue 202

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

Shades of Free Speech Magenta #E74CCA

Tints of Free Speech Magenta #E74CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.69%

R = 45.38%
G = 14.93%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E74CCA (or 0xE74CCA) is known color: Free Speech Magenta. HEX triplet: E7, 4C and CA. RGB value is (231,76,202). Sum of RGB (Red+Green+Blue) = 231+76+202=509 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.38% from 509); Green value is 76 (30.08% from 255 or 14.93% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 231 - color contains mainly: red. Hex color #E74CCA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E74CCA is #18B335. Grayscale: #888888. Windows color (decimal): -1618742 or 13257959. OLE color: 13257959.

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

Color convert

RGB 231 76 202 -
CMYK 0 0.67 0.13 0.09
HSL 311.23º 0.76% 0.6% -
HSV(B) 311.23º 0.67% 0.91% -
XYZ 46.2 26.42 58.54 -
YUV 136.71 164.85 195.25 -
System Red Green Blue C M Y K H S L
Decimal 231 76 202 0 0.67 0.13 0.09 311.23 0.76 0.6
Hex E7 4C CA 0 43 D 9 137 4C 3C
Octal 347 114 312 0 103 15 11 467 114 74
Binary 11100111 1001100 11001010 0 1000011 1101 1001 100110111 1001100 111100

Color Harmonies of #E74CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74CCA

Black with #E74CCA

Text Example


Text Example

White with #E74CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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