Html Css Color HEX #E741CF Free Speech Magenta

📋 copy color: '#E741CF'

red 231 ◦ green 65 ◦ blue 207

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

Shades of Free Speech Magenta #E741CF

Tints of Free Speech Magenta #E741CF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.92%

 BLUE value IS 207 (81.25% from 255) = 41.15%

R = 45.92%
G = 12.92%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E741CF (or 0xE741CF) is known color: Free Speech Magenta. HEX triplet: E7, 41 and CF. RGB value is (231,65,207). Sum of RGB (Red+Green+Blue) = 231+65+207=503 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.92% from 503); Green value is 65 (25.78% from 255 or 12.92% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 231 - color contains mainly: red. Hex color #E741CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E741CF is #18BE30. Grayscale: #828282. Windows color (decimal): -1621553 or 13582823. OLE color: 13582823.

HSL color Cylindrical-coordinate representation of color #E741CF: hue angle of 308.67º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E741CF is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 65 207 -
CMYK 0 0.72 0.10 0.09
HSL 308.67º 0.78% 0.58% -
HSV(B) 308.67º 0.72% 0.91% -
XYZ 46.11 25.27 61.48 -
YUV 130.82 171 199.45 -
System Red Green Blue C M Y K H S L
Decimal 231 65 207 0 0.72 0.10 0.09 308.67 0.78 0.58
Hex E7 41 CF 0 48 A 9 135 4E 3A
Octal 347 101 317 0 110 12 11 465 116 72
Binary 11100111 1000001 11001111 0 1001000 1010 1001 100110101 1001110 111010

Color Harmonies of #E741CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E741CF

Black with #E741CF

Text Example


Text Example

White with #E741CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E741CF; }

 p { color: rgb(231,65,207); }

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

background-color css

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

 a { background-color: rgb(231,65,207); }

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

border-color css

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

 span { border-color: rgb(231,65,207); }

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