Html Css Color HEX #E038D6 Free Speech Magenta

📋 copy color: '#E038D6'

red 224 ◦ green 56 ◦ blue 214

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

Shades of Free Speech Magenta #E038D6

Tints of Free Speech Magenta #E038D6

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.34%

 BLUE value IS 214 (83.98% from 255) = 43.32%

R = 45.34%
G = 11.34%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E038D6 (or 0xE038D6) is known color: Free Speech Magenta. HEX triplet: E0, 38 and D6. RGB value is (224,56,214). Sum of RGB (Red+Green+Blue) = 224+56+214=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 56 (22.27% from 255 or 11.34% from 494); Blue value is 214 (83.98% from 255 or 43.32% from 494); Max value from RGB is 224 - color contains mainly: red. Hex color #E038D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E038D6 is #1FC729. Grayscale: #7B7B7B. Windows color (decimal): -2082602 or 14039264. OLE color: 14039264.

HSL color Cylindrical-coordinate representation of color #E038D6: hue angle of 303.57º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E038D6 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 56 214 -
CMYK 0 0.75 0.04 0.12
HSL 303.57º 0.73% 0.55% -
HSV(B) 303.57º 0.75% 0.88% -
XYZ 44.29 23.53 65.83 -
YUV 124.24 178.66 199.15 -
System Red Green Blue C M Y K H S L
Decimal 224 56 214 0 0.75 0.04 0.12 303.57 0.73 0.55
Hex E0 38 D6 0 4B 4 C 130 49 37
Octal 340 70 326 0 113 4 14 460 111 67
Binary 11100000 111000 11010110 0 1001011 100 1100 100110000 1001001 110111

Color Harmonies of #E038D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E038D6

Black with #E038D6

Text Example


Text Example

White with #E038D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E038D6; }

 p { color: rgb(224,56,214); }

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

background-color css

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

 a { background-color: rgb(224,56,214); }

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

border-color css

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

 span { border-color: rgb(224,56,214); }

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