Html Css Color HEX #E040CF Free Speech Magenta

📋 copy color: '#E040CF'

red 224 ◦ green 64 ◦ blue 207

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

Shades of Free Speech Magenta #E040CF

Tints of Free Speech Magenta #E040CF

RGB

 RED value IS 224 (87.89% from 255) = 45.25%

 GREEN value IS 64 (25.39% from 255) = 12.93%

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

R = 45.25%
G = 12.93%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E040CF (or 0xE040CF) is known color: Free Speech Magenta. HEX triplet: E0, 40 and CF. RGB value is (224,64,207). Sum of RGB (Red+Green+Blue) = 224+64+207=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 64 (25.39% from 255 or 12.93% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E040CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E040CF is #1FBF30. Grayscale: #7F7F7F. Windows color (decimal): -2080561 or 13582560. OLE color: 13582560.

HSL color Cylindrical-coordinate representation of color #E040CF: hue angle of 306.38º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E040CF is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 64 207 -
CMYK 0 0.71 0.08 0.12
HSL 306.38º 0.72% 0.56% -
HSV(B) 306.38º 0.71% 0.88% -
XYZ 43.84 24.02 61.36 -
YUV 128.14 172.51 196.37 -
System Red Green Blue C M Y K H S L
Decimal 224 64 207 0 0.71 0.08 0.12 306.38 0.72 0.56
Hex E0 40 CF 0 47 8 C 132 48 38
Octal 340 100 317 0 107 10 14 462 110 70
Binary 11100000 1000000 11001111 0 1000111 1000 1100 100110010 1001000 111000

Color Harmonies of #E040CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E040CF

Black with #E040CF

Text Example


Text Example

White with #E040CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E040CF; }

 p { color: rgb(224,64,207); }

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

background-color css

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

 a { background-color: rgb(224,64,207); }

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

border-color css

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

 span { border-color: rgb(224,64,207); }

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