Html Css Color HEX #E74BCD Free Speech Magenta

📋 copy color: '#E74BCD'

red 231 ◦ green 75 ◦ blue 205

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

Shades of Free Speech Magenta #E74BCD

Tints of Free Speech Magenta #E74BCD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.68%

 BLUE value IS 205 (80.47% from 255) = 40.12%

R = 45.21%
G = 14.68%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E74BCD (or 0xE74BCD) is known color: Free Speech Magenta. HEX triplet: E7, 4B and CD. RGB value is (231,75,205). Sum of RGB (Red+Green+Blue) = 231+75+205=511 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.21% from 511); Green value is 75 (29.69% from 255 or 14.68% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 231 - color contains mainly: red. Hex color #E74BCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E74BCD is #18B432. Grayscale: #888888. Windows color (decimal): -1618995 or 13454311. OLE color: 13454311.

HSL color Cylindrical-coordinate representation of color #E74BCD: hue angle of 310º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E74BCD is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 75 205 -
CMYK 0 0.68 0.11 0.09
HSL 310º 0.76% 0.6% -
HSV(B) 310º 0.68% 0.91% -
XYZ 46.49 26.43 60.41 -
YUV 136.46 166.68 195.43 -
System Red Green Blue C M Y K H S L
Decimal 231 75 205 0 0.68 0.11 0.09 310 0.76 0.6
Hex E7 4B CD 0 44 B 9 136 4C 3C
Octal 347 113 315 0 104 13 11 466 114 74
Binary 11100111 1001011 11001101 0 1000100 1011 1001 100110110 1001100 111100

Color Harmonies of #E74BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74BCD

Black with #E74BCD

Text Example


Text Example

White with #E74BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74BCD; }

 p { color: rgb(231,75,205); }

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

background-color css

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

 a { background-color: rgb(231,75,205); }

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

border-color css

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

 span { border-color: rgb(231,75,205); }

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