Html Css Color HEX #E152EF Free Speech Magenta

📋 copy color: '#E152EF'

red 225 ◦ green 82 ◦ blue 239

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

Shades of Free Speech Magenta #E152EF

Tints of Free Speech Magenta #E152EF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.02%

 BLUE value IS 239 (93.75% from 255) = 43.77%

R = 41.21%
G = 15.02%
B = 43.77%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E152EF (or 0xE152EF) is known color: Free Speech Magenta. HEX triplet: E1, 52 and EF. RGB value is (225,82,239). Sum of RGB (Red+Green+Blue) = 225+82+239=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 82 (32.42% from 255 or 15.02% from 546); Blue value is 239 (93.75% from 255 or 43.77% from 546); Max value from RGB is 239 - color contains mainly: blue. Hex color #E152EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E152EF is #1EAD10. Grayscale: #8E8E8E. Windows color (decimal): -2010385 or 15684321. OLE color: 15684321.

HSL color Cylindrical-coordinate representation of color #E152EF: hue angle of 294.65º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E152EF is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 225 82 239 -
CMYK 0.06 0.66 0 0.06
HSL 294.65º 0.83% 0.63% -
HSV(B) 294.65º 0.66% 0.94% -
XYZ 49.65 28.27 84.5 -
YUV 142.66 182.38 186.73 -
System Red Green Blue C M Y K H S L
Decimal 225 82 239 0.06 0.66 0 0.06 294.65 0.83 0.63
Hex E1 52 EF 6 42 0 6 127 53 3F
Octal 341 122 357 6 102 0 6 447 123 77
Binary 11100001 1010010 11101111 110 1000010 0 110 100100111 1010011 111111

Color Harmonies of #E152EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E152EF

Black with #E152EF

Text Example


Text Example

White with #E152EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E152EF; }

 p { color: rgb(225,82,239); }

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

background-color css

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

 a { background-color: rgb(225,82,239); }

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

border-color css

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

 span { border-color: rgb(225,82,239); }

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