Html Css Color HEX #E130E6 Free Speech Magenta

📋 copy color: '#E130E6'

red 225 ◦ green 48 ◦ blue 230

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

Shades of Free Speech Magenta #E130E6

Tints of Free Speech Magenta #E130E6

RGB

 RED value IS 225 (88.28% from 255) = 44.73%

 GREEN value IS 48 (19.14% from 255) = 9.54%

 BLUE value IS 230 (90.23% from 255) = 45.73%

R = 44.73%
G = 9.54%
B = 45.73%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E130E6 (or 0xE130E6) is known color: Free Speech Magenta. HEX triplet: E1, 30 and E6. RGB value is (225,48,230). Sum of RGB (Red+Green+Blue) = 225+48+230=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 48 (19.14% from 255 or 9.54% from 503); Blue value is 230 (90.23% from 255 or 45.73% from 503); Max value from RGB is 230 - color contains mainly: blue. Hex color #E130E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E130E6 is #1ECF19. Grayscale: #797979. Windows color (decimal): -2019098 or 15085793. OLE color: 15085793.

HSL color Cylindrical-coordinate representation of color #E130E6: hue angle of 298.35º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E130E6 is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 225 48 230 -
CMYK 0.02 0.79 0 0.10
HSL 298.35º 0.78% 0.55% -
HSV(B) 298.35º 0.79% 0.9% -
XYZ 46.39 23.83 77.02 -
YUV 121.67 189.14 201.7 -
System Red Green Blue C M Y K H S L
Decimal 225 48 230 0.02 0.79 0 0.10 298.35 0.78 0.55
Hex E1 30 E6 2 4F 0 A 12A 4E 37
Octal 341 60 346 2 117 0 12 452 116 67
Binary 11100001 110000 11100110 10 1001111 0 1010 100101010 1001110 110111

Color Harmonies of #E130E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E130E6

Black with #E130E6

Text Example


Text Example

White with #E130E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E130E6; }

 p { color: rgb(225,48,230); }

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

background-color css

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

 a { background-color: rgb(225,48,230); }

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

border-color css

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

 span { border-color: rgb(225,48,230); }

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