Html Css Color HEX #E74CDA Free Speech Magenta

📋 copy color: '#E74CDA'

red 231 ◦ green 76 ◦ blue 218

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

Shades of Free Speech Magenta #E74CDA

Tints of Free Speech Magenta #E74CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.52%

R = 44%
G = 14.48%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E74CDA (or 0xE74CDA) is known color: Free Speech Magenta. HEX triplet: E7, 4C and DA. RGB value is (231,76,218). Sum of RGB (Red+Green+Blue) = 231+76+218=525 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44% from 525); Green value is 76 (30.08% from 255 or 14.48% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 231 - color contains mainly: red. Hex color #E74CDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E74CDA is #18B325. Grayscale: #8A8A8A. Windows color (decimal): -1618726 or 14306535. OLE color: 14306535.

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

Color convert

RGB 231 76 218 -
CMYK 0 0.67 0.06 0.09
HSL 305.03º 0.76% 0.6% -
HSV(B) 305.03º 0.67% 0.91% -
XYZ 48.19 27.22 69.04 -
YUV 138.53 172.85 193.95 -
System Red Green Blue C M Y K H S L
Decimal 231 76 218 0 0.67 0.06 0.09 305.03 0.76 0.6
Hex E7 4C DA 0 43 6 9 131 4C 3C
Octal 347 114 332 0 103 6 11 461 114 74
Binary 11100111 1001100 11011010 0 1000011 110 1001 100110001 1001100 111100

Color Harmonies of #E74CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74CDA

Black with #E74CDA

Text Example


Text Example

White with #E74CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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