Html Css Color HEX #E053F2 Free Speech Magenta

📋 copy color: '#E053F2'

red 224 ◦ green 83 ◦ blue 242

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

Shades of Free Speech Magenta #E053F2

Tints of Free Speech Magenta #E053F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.08%

R = 40.8%
G = 15.12%
B = 44.08%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E053F2 (or 0xE053F2) is known color: Free Speech Magenta. HEX triplet: E0, 53 and F2. RGB value is (224,83,242). Sum of RGB (Red+Green+Blue) = 224+83+242=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 83 (32.81% from 255 or 15.12% from 549); Blue value is 242 (94.92% from 255 or 44.08% from 549); Max value from RGB is 242 - color contains mainly: blue. Hex color #E053F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E053F2 is #1FAC0D. Grayscale: #8E8E8E. Windows color (decimal): -2075662 or 15881184. OLE color: 15881184.

HSL color Cylindrical-coordinate representation of color #E053F2: hue angle of 293.21º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E053F2 is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 224 83 242 -
CMYK 0.07 0.66 0 0.05
HSL 293.21º 0.86% 0.64% -
HSV(B) 293.21º 0.66% 0.95% -
XYZ 49.86 28.44 86.87 -
YUV 143.29 183.71 185.57 -
System Red Green Blue C M Y K H S L
Decimal 224 83 242 0.07 0.66 0 0.05 293.21 0.86 0.64
Hex E0 53 F2 7 42 0 5 125 56 40
Octal 340 123 362 7 102 0 5 445 126 100
Binary 11100000 1010011 11110010 111 1000010 0 101 100100101 1010110 1000000

Color Harmonies of #E053F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E053F2

Black with #E053F2

Text Example


Text Example

White with #E053F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E053F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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