Html Css Color HEX #E053CF Free Speech Magenta

📋 copy color: '#E053CF'

red 224 ◦ green 83 ◦ blue 207

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

Shades of Free Speech Magenta #E053CF

Tints of Free Speech Magenta #E053CF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.15%

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

R = 43.58%
G = 16.15%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E053CF (or 0xE053CF) is known color: Free Speech Magenta. HEX triplet: E0, 53 and CF. RGB value is (224,83,207). Sum of RGB (Red+Green+Blue) = 224+83+207=514 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.58% from 514); Green value is 83 (32.81% from 255 or 16.15% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 224 - color contains mainly: red. Hex color #E053CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E053CF is #1FAC30. Grayscale: #8A8A8A. Windows color (decimal): -2075697 or 13587424. OLE color: 13587424.

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

Color convert

RGB 224 83 207 -
CMYK 0 0.63 0.08 0.12
HSL 307.23º 0.69% 0.6% -
HSV(B) 307.23º 0.63% 0.88% -
XYZ 45.1 26.54 61.78 -
YUV 139.3 166.21 188.42 -
System Red Green Blue C M Y K H S L
Decimal 224 83 207 0 0.63 0.08 0.12 307.23 0.69 0.6
Hex E0 53 CF 0 3F 8 C 133 45 3C
Octal 340 123 317 0 77 10 14 463 105 74
Binary 11100000 1010011 11001111 0 111111 1000 1100 100110011 1000101 111100

Color Harmonies of #E053CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E053CF

Black with #E053CF

Text Example


Text Example

White with #E053CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E053CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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