Html Css Color HEX #E641DA Free Speech Magenta

📋 copy color: '#E641DA'

red 230 ◦ green 65 ◦ blue 218

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

Shades of Free Speech Magenta #E641DA

Tints of Free Speech Magenta #E641DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.5%

R = 44.83%
G = 12.67%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E641DA (or 0xE641DA) is known color: Free Speech Magenta. HEX triplet: E6, 41 and DA. RGB value is (230,65,218). Sum of RGB (Red+Green+Blue) = 230+65+218=513 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.83% from 513); Green value is 65 (25.78% from 255 or 12.67% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 230 - color contains mainly: red. Hex color #E641DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E641DA is #19BE25. Grayscale: #838383. Windows color (decimal): -1687078 or 14303718. OLE color: 14303718.

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

Color convert

RGB 230 65 218 -
CMYK 0 0.72 0.05 0.10
HSL 304.36º 0.77% 0.58% -
HSV(B) 304.36º 0.72% 0.9% -
XYZ 47.18 25.67 68.8 -
YUV 131.78 176.66 198.06 -
System Red Green Blue C M Y K H S L
Decimal 230 65 218 0 0.72 0.05 0.10 304.36 0.77 0.58
Hex E6 41 DA 0 48 5 A 130 4D 3A
Octal 346 101 332 0 110 5 12 460 115 72
Binary 11100110 1000001 11011010 0 1001000 101 1010 100110000 1001101 111010

Color Harmonies of #E641DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E641DA

Black with #E641DA

Text Example


Text Example

White with #E641DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E641DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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