Html Css Color HEX #E465DA Free Speech Magenta

📋 copy color: '#E465DA'

red 228 ◦ green 101 ◦ blue 218

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

Shades of Free Speech Magenta #E465DA

Tints of Free Speech Magenta #E465DA

RGB

 RED value IS 228 (89.45% from 255) = 41.68%

 GREEN value IS 101 (39.84% from 255) = 18.46%

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

R = 41.68%
G = 18.46%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E465DA (or 0xE465DA) is known color: Free Speech Magenta. HEX triplet: E4, 65 and DA. RGB value is (228,101,218). Sum of RGB (Red+Green+Blue) = 228+101+218=547 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.68% from 547); Green value is 101 (39.84% from 255 or 18.46% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 228 - color contains mainly: red. Hex color #E465DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E465DA is #1B9A25. Grayscale: #979797. Windows color (decimal): -1808934 or 14312932. OLE color: 14312932.

HSL color Cylindrical-coordinate representation of color #E465DA: hue angle of 304.72º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E465DA is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 101 218 -
CMYK 0 0.56 0.04 0.11
HSL 304.72º 0.7% 0.65% -
HSV(B) 304.72º 0.56% 0.89% -
XYZ 49.3 30.86 69.69 -
YUV 152.31 165.08 181.99 -
System Red Green Blue C M Y K H S L
Decimal 228 101 218 0 0.56 0.04 0.11 304.72 0.7 0.65
Hex E4 65 DA 0 38 4 B 131 46 41
Octal 344 145 332 0 70 4 13 461 106 101
Binary 11100100 1100101 11011010 0 111000 100 1011 100110001 1000110 1000001

Color Harmonies of #E465DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E465DA

Black with #E465DA

Text Example


Text Example

White with #E465DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E465DA; }

 p { color: rgb(228,101,218); }

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

background-color css

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

 a { background-color: rgb(228,101,218); }

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

border-color css

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

 span { border-color: rgb(228,101,218); }

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