Html Css Color HEX #E465E5 Free Speech Magenta

📋 copy color: '#E465E5'

red 228 ◦ green 101 ◦ blue 229

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

Shades of Free Speech Magenta #E465E5

Tints of Free Speech Magenta #E465E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.04%

R = 40.86%
G = 18.1%
B = 41.04%

CMYK

 C value IS 0.00

 M value IS 0.56

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E465E5 (or 0xE465E5) is known color: Free Speech Magenta. HEX triplet: E4, 65 and E5. RGB value is (228,101,229). Sum of RGB (Red+Green+Blue) = 228+101+229=558 (73% of max value = 765). Red value is 228 (89.45% from 255 or 40.86% from 558); Green value is 101 (39.84% from 255 or 18.10% from 558); Blue value is 229 (89.84% from 255 or 41.04% from 558); Max value from RGB is 229 - color contains mainly: blue. Hex color #E465E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E465E5 is #1B9A1A. Grayscale: #999999. Windows color (decimal): -1808923 or 15033828. OLE color: 15033828.

HSL color Cylindrical-coordinate representation of color #E465E5: hue angle of 299.53º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E465E5 is Cyan = 0.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 228 101 229 -
CMYK 0.00 0.56 0 0.10
HSL 299.53º 0.71% 0.65% -
HSV(B) 299.53º 0.56% 0.9% -
XYZ 50.79 31.46 77.52 -
YUV 153.57 170.58 181.09 -
System Red Green Blue C M Y K H S L
Decimal 228 101 229 0.00 0.56 0 0.10 299.53 0.71 0.65
Hex E4 65 E5 0 38 0 A 12C 47 41
Octal 344 145 345 0 70 0 12 454 107 101
Binary 11100100 1100101 11100101 0 111000 0 1010 100101100 1000111 1000001

Color Harmonies of #E465E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E465E5

Black with #E465E5

Text Example


Text Example

White with #E465E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E465E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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