Html Css Color HEX #E64CC9 Free Speech Magenta

📋 copy color: '#E64CC9'

red 230 ◦ green 76 ◦ blue 201

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

Shades of Free Speech Magenta #E64CC9

Tints of Free Speech Magenta #E64CC9

RGB

 RED value IS 230 (90.23% from 255) = 45.36%

 GREEN value IS 76 (30.08% from 255) = 14.99%

 BLUE value IS 201 (78.91% from 255) = 39.64%

R = 45.36%
G = 14.99%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.10

RGB Variations

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

Color information

#E64CC9 (or 0xE64CC9) is known color: Free Speech Magenta. HEX triplet: E6, 4C and C9. RGB value is (230,76,201). Sum of RGB (Red+Green+Blue) = 230+76+201=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 76 (30.08% from 255 or 14.99% from 507); Blue value is 201 (78.91% from 255 or 39.64% from 507); Max value from RGB is 230 - color contains mainly: red. Hex color #E64CC9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E64CC9 is #19B336. Grayscale: #878787. Windows color (decimal): -1684279 or 13192422. OLE color: 13192422.

HSL color Cylindrical-coordinate representation of color #E64CC9: hue angle of 311.3º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E64CC9 is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 76 201 -
CMYK 0 0.67 0.13 0.10
HSL 311.3º 0.75% 0.6% -
HSV(B) 311.3º 0.67% 0.9% -
XYZ 45.76 26.21 57.91 -
YUV 136.3 164.52 194.84 -
System Red Green Blue C M Y K H S L
Decimal 230 76 201 0 0.67 0.13 0.10 311.3 0.75 0.6
Hex E6 4C C9 0 43 D A 137 4B 3C
Octal 346 114 311 0 103 15 12 467 113 74
Binary 11100110 1001100 11001001 0 1000011 1101 1010 100110111 1001011 111100

Color Harmonies of #E64CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64CC9

Black with #E64CC9

Text Example


Text Example

White with #E64CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64CC9; }

 p { color: rgb(230,76,201); }

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

background-color css

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

 a { background-color: rgb(230,76,201); }

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

border-color css

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

 span { border-color: rgb(230,76,201); }

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