Html Css Color HEX #E062BF Free Speech Magenta

📋 copy color: '#E062BF'

red 224 ◦ green 98 ◦ blue 191

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

Shades of Free Speech Magenta #E062BF

Tints of Free Speech Magenta #E062BF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.1%

 BLUE value IS 191 (75% from 255) = 37.23%

R = 43.66%
G = 19.1%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E062BF (or 0xE062BF) is known color: Free Speech Magenta. HEX triplet: E0, 62 and BF. RGB value is (224,98,191). Sum of RGB (Red+Green+Blue) = 224+98+191=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 98 (38.67% from 255 or 19.10% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 224 - color contains mainly: red. Hex color #E062BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E062BF is #1F9D40. Grayscale: #929292. Windows color (decimal): -2071873 or 12542688. OLE color: 12542688.

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

Color convert

RGB 224 98 191 -
CMYK 0 0.56 0.15 0.12
HSL 315.71º 0.67% 0.63% -
HSV(B) 315.71º 0.56% 0.88% -
XYZ 44.51 28.34 52.42 -
YUV 146.28 153.24 183.44 -
System Red Green Blue C M Y K H S L
Decimal 224 98 191 0 0.56 0.15 0.12 315.71 0.67 0.63
Hex E0 62 BF 0 38 F C 13C 43 3F
Octal 340 142 277 0 70 17 14 474 103 77
Binary 11100000 1100010 10111111 0 111000 1111 1100 100111100 1000011 111111

Color Harmonies of #E062BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E062BF

Black with #E062BF

Text Example


Text Example

White with #E062BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E062BF; }

 p { color: rgb(224,98,191); }

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

background-color css

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

 a { background-color: rgb(224,98,191); }

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

border-color css

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

 span { border-color: rgb(224,98,191); }

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