Html Css Color HEX #E062CC Free Speech Magenta

📋 copy color: '#E062CC'

red 224 ◦ green 98 ◦ blue 204

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

Shades of Free Speech Magenta #E062CC

Tints of Free Speech Magenta #E062CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.78%

R = 42.59%
G = 18.63%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E062CC (or 0xE062CC) is known color: Free Speech Magenta. HEX triplet: E0, 62 and CC. RGB value is (224,98,204). Sum of RGB (Red+Green+Blue) = 224+98+204=526 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.59% from 526); Green value is 98 (38.67% from 255 or 18.63% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 224 - color contains mainly: red. Hex color #E062CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E062CC is #1F9D33. Grayscale: #939393. Windows color (decimal): -2071860 or 13394656. OLE color: 13394656.

HSL color Cylindrical-coordinate representation of color #E062CC: hue angle of 309.52º 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 #E062CC is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 98 204 -
CMYK 0 0.56 0.09 0.12
HSL 309.52º 0.67% 0.63% -
HSV(B) 309.52º 0.56% 0.88% -
XYZ 46.01 28.94 60.29 -
YUV 147.76 159.74 182.38 -
System Red Green Blue C M Y K H S L
Decimal 224 98 204 0 0.56 0.09 0.12 309.52 0.67 0.63
Hex E0 62 CC 0 38 9 C 136 43 3F
Octal 340 142 314 0 70 11 14 466 103 77
Binary 11100000 1100010 11001100 0 111000 1001 1100 100110110 1000011 111111

Color Harmonies of #E062CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E062CC

Black with #E062CC

Text Example


Text Example

White with #E062CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E062CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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