Html Css Color HEX #E061CA Free Speech Magenta

📋 copy color: '#E061CA'

red 224 ◦ green 97 ◦ blue 202

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

Shades of Free Speech Magenta #E061CA

Tints of Free Speech Magenta #E061CA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.55%

 BLUE value IS 202 (79.3% from 255) = 38.62%

R = 42.83%
G = 18.55%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E061CA (or 0xE061CA) is known color: Free Speech Magenta. HEX triplet: E0, 61 and CA. RGB value is (224,97,202). Sum of RGB (Red+Green+Blue) = 224+97+202=523 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.83% from 523); Green value is 97 (38.28% from 255 or 18.55% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 224 - color contains mainly: red. Hex color #E061CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E061CA is #1F9E35. Grayscale: #929292. Windows color (decimal): -2072118 or 13263328. OLE color: 13263328.

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

Color convert

RGB 224 97 202 -
CMYK 0 0.57 0.10 0.12
HSL 310.39º 0.67% 0.63% -
HSV(B) 310.39º 0.57% 0.88% -
XYZ 45.68 28.66 59 -
YUV 146.94 159.08 182.96 -
System Red Green Blue C M Y K H S L
Decimal 224 97 202 0 0.57 0.10 0.12 310.39 0.67 0.63
Hex E0 61 CA 0 39 A C 136 43 3F
Octal 340 141 312 0 71 12 14 466 103 77
Binary 11100000 1100001 11001010 0 111001 1010 1100 100110110 1000011 111111

Color Harmonies of #E061CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E061CA

Black with #E061CA

Text Example


Text Example

White with #E061CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E061CA; }

 p { color: rgb(224,97,202); }

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

background-color css

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

 a { background-color: rgb(224,97,202); }

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

border-color css

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

 span { border-color: rgb(224,97,202); }

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