Html Css Color HEX #E063CC Free Speech Magenta

📋 copy color: '#E063CC'

red 224 ◦ green 99 ◦ blue 204

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

Shades of Free Speech Magenta #E063CC

Tints of Free Speech Magenta #E063CC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.79%

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

R = 42.5%
G = 18.79%
B = 38.71%

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

#E063CC (or 0xE063CC) is known color: Free Speech Magenta. HEX triplet: E0, 63 and CC. RGB value is (224,99,204). Sum of RGB (Red+Green+Blue) = 224+99+204=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 99 (39.06% from 255 or 18.79% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 224 - color contains mainly: red. Hex color #E063CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E063CC is #1F9C33. Grayscale: #949494. Windows color (decimal): -2071604 or 13394912. OLE color: 13394912.

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

Color convert

RGB 224 99 204 -
CMYK 0 0.56 0.09 0.12
HSL 309.6º 0.67% 0.63% -
HSV(B) 309.6º 0.56% 0.88% -
XYZ 46.1 29.13 60.32 -
YUV 148.35 159.41 181.96 -
System Red Green Blue C M Y K H S L
Decimal 224 99 204 0 0.56 0.09 0.12 309.6 0.67 0.63
Hex E0 63 CC 0 38 9 C 136 43 3F
Octal 340 143 314 0 70 11 14 466 103 77
Binary 11100000 1100011 11001100 0 111000 1001 1100 100110110 1000011 111111

Color Harmonies of #E063CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E063CC

Black with #E063CC

Text Example


Text Example

White with #E063CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E063CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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