Html Css Color HEX #E440CF Free Speech Magenta

📋 copy color: '#E440CF'

red 228 ◦ green 64 ◦ blue 207

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

Shades of Free Speech Magenta #E440CF

Tints of Free Speech Magenta #E440CF

RGB

 RED value IS 228 (89.45% from 255) = 45.69%

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

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

R = 45.69%
G = 12.83%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E440CF (or 0xE440CF) is known color: Free Speech Magenta. HEX triplet: E4, 40 and CF. RGB value is (228,64,207). Sum of RGB (Red+Green+Blue) = 228+64+207=499 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.69% from 499); Green value is 64 (25.39% from 255 or 12.83% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 228 - color contains mainly: red. Hex color #E440CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E440CF is #1BBF30. Grayscale: #808080. Windows color (decimal): -1818417 or 13582564. OLE color: 13582564.

HSL color Cylindrical-coordinate representation of color #E440CF: hue angle of 307.68º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E440CF is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 64 207 -
CMYK 0 0.72 0.09 0.11
HSL 307.68º 0.75% 0.57% -
HSV(B) 307.68º 0.72% 0.89% -
XYZ 45.09 24.67 61.42 -
YUV 129.34 171.83 198.37 -
System Red Green Blue C M Y K H S L
Decimal 228 64 207 0 0.72 0.09 0.11 307.68 0.75 0.57
Hex E4 40 CF 0 48 9 B 134 4B 39
Octal 344 100 317 0 110 11 13 464 113 71
Binary 11100100 1000000 11001111 0 1001000 1001 1011 100110100 1001011 111001

Color Harmonies of #E440CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E440CF

Black with #E440CF

Text Example


Text Example

White with #E440CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E440CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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