Html Css Color HEX #E641D0 Free Speech Magenta

📋 copy color: '#E641D0'

red 230 ◦ green 65 ◦ blue 208

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

Shades of Free Speech Magenta #E641D0

Tints of Free Speech Magenta #E641D0

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.92%

 BLUE value IS 208 (81.64% from 255) = 41.35%

R = 45.73%
G = 12.92%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E641D0 (or 0xE641D0) is known color: Free Speech Magenta. HEX triplet: E6, 41 and D0. RGB value is (230,65,208). Sum of RGB (Red+Green+Blue) = 230+65+208=503 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.73% from 503); Green value is 65 (25.78% from 255 or 12.92% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 230 - color contains mainly: red. Hex color #E641D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E641D0 is #19BE2F. Grayscale: #828282. Windows color (decimal): -1687088 or 13648358. OLE color: 13648358.

HSL color Cylindrical-coordinate representation of color #E641D0: hue angle of 308º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E641D0 is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 65 208 -
CMYK 0 0.72 0.10 0.10
HSL 308º 0.77% 0.58% -
HSV(B) 308º 0.72% 0.9% -
XYZ 45.91 25.16 62.11 -
YUV 130.64 171.66 198.87 -
System Red Green Blue C M Y K H S L
Decimal 230 65 208 0 0.72 0.10 0.10 308 0.77 0.58
Hex E6 41 D0 0 48 A A 134 4D 3A
Octal 346 101 320 0 110 12 12 464 115 72
Binary 11100110 1000001 11010000 0 1001000 1010 1010 100110100 1001101 111010

Color Harmonies of #E641D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E641D0

Black with #E641D0

Text Example


Text Example

White with #E641D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E641D0; }

 p { color: rgb(230,65,208); }

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

background-color css

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

 a { background-color: rgb(230,65,208); }

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

border-color css

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

 span { border-color: rgb(230,65,208); }

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