Html Css Color HEX #E063CD Free Speech Magenta

📋 copy color: '#E063CD'

red 224 ◦ green 99 ◦ blue 205

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

Shades of Free Speech Magenta #E063CD

Tints of Free Speech Magenta #E063CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.83%

R = 42.42%
G = 18.75%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E063CD (or 0xE063CD) is known color: Free Speech Magenta. HEX triplet: E0, 63 and CD. RGB value is (224,99,205). Sum of RGB (Red+Green+Blue) = 224+99+205=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 99 (39.06% from 255 or 18.75% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E063CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E063CD is #1F9C32. Grayscale: #949494. Windows color (decimal): -2071603 or 13460448. OLE color: 13460448.

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

Color convert

RGB 224 99 205 -
CMYK 0 0.56 0.08 0.12
HSL 309.12º 0.67% 0.63% -
HSV(B) 309.12º 0.56% 0.88% -
XYZ 46.22 29.18 60.95 -
YUV 148.46 159.91 181.88 -
System Red Green Blue C M Y K H S L
Decimal 224 99 205 0 0.56 0.08 0.12 309.12 0.67 0.63
Hex E0 63 CD 0 38 8 C 135 43 3F
Octal 340 143 315 0 70 10 14 465 103 77
Binary 11100000 1100011 11001101 0 111000 1000 1100 100110101 1000011 111111

Color Harmonies of #E063CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E063CD

Black with #E063CD

Text Example


Text Example

White with #E063CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E063CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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