Html Css Color HEX #E64CDD Free Speech Magenta

📋 copy color: '#E64CDD'

red 230 ◦ green 76 ◦ blue 221

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

Shades of Free Speech Magenta #E64CDD

Tints of Free Speech Magenta #E64CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.94%

R = 43.64%
G = 14.42%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E64CDD (or 0xE64CDD) is known color: Free Speech Magenta. HEX triplet: E6, 4C and DD. RGB value is (230,76,221). Sum of RGB (Red+Green+Blue) = 230+76+221=527 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.64% from 527); Green value is 76 (30.08% from 255 or 14.42% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 230 - color contains mainly: red. Hex color #E64CDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E64CDD is #19B322. Grayscale: #8A8A8A. Windows color (decimal): -1684259 or 14503142. OLE color: 14503142.

HSL color Cylindrical-coordinate representation of color #E64CDD: hue angle of 303.51º 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 #E64CDD is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 76 221 -
CMYK 0 0.67 0.04 0.10
HSL 303.51º 0.75% 0.6% -
HSV(B) 303.51º 0.67% 0.9% -
XYZ 48.27 27.21 71.12 -
YUV 138.58 174.52 193.21 -
System Red Green Blue C M Y K H S L
Decimal 230 76 221 0 0.67 0.04 0.10 303.51 0.75 0.6
Hex E6 4C DD 0 43 4 A 130 4B 3C
Octal 346 114 335 0 103 4 12 460 113 74
Binary 11100110 1001100 11011101 0 1000011 100 1010 100110000 1001011 111100

Color Harmonies of #E64CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64CDD

Black with #E64CDD

Text Example


Text Example

White with #E64CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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