Html Css Color HEX #E746CD Free Speech Magenta

📋 copy color: '#E746CD'

red 231 ◦ green 70 ◦ blue 205

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

Shades of Free Speech Magenta #E746CD

Tints of Free Speech Magenta #E746CD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.83%

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

R = 45.65%
G = 13.83%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E746CD (or 0xE746CD) is known color: Free Speech Magenta. HEX triplet: E7, 46 and CD. RGB value is (231,70,205). Sum of RGB (Red+Green+Blue) = 231+70+205=506 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.65% from 506); Green value is 70 (27.73% from 255 or 13.83% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 231 - color contains mainly: red. Hex color #E746CD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E746CD is #18B932. Grayscale: #858585. Windows color (decimal): -1620275 or 13453031. OLE color: 13453031.

HSL color Cylindrical-coordinate representation of color #E746CD: hue angle of 309.69º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E746CD is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 70 205 -
CMYK 0 0.70 0.11 0.09
HSL 309.69º 0.77% 0.59% -
HSV(B) 309.69º 0.7% 0.91% -
XYZ 46.16 25.78 60.3 -
YUV 133.53 168.34 197.52 -
System Red Green Blue C M Y K H S L
Decimal 231 70 205 0 0.70 0.11 0.09 309.69 0.77 0.59
Hex E7 46 CD 0 46 B 9 136 4D 3B
Octal 347 106 315 0 106 13 11 466 115 73
Binary 11100111 1000110 11001101 0 1000110 1011 1001 100110110 1001101 111011

Color Harmonies of #E746CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E746CD

Black with #E746CD

Text Example


Text Example

White with #E746CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E746CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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