Html Css Color HEX #E465DB Free Speech Magenta

📋 copy color: '#E465DB'

red 228 ◦ green 101 ◦ blue 219

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

Shades of Free Speech Magenta #E465DB

Tints of Free Speech Magenta #E465DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.96%

R = 41.61%
G = 18.43%
B = 39.96%

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

#E465DB (or 0xE465DB) is known color: Free Speech Magenta. HEX triplet: E4, 65 and DB. RGB value is (228,101,219). Sum of RGB (Red+Green+Blue) = 228+101+219=548 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.61% from 548); Green value is 101 (39.84% from 255 or 18.43% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 228 - color contains mainly: red. Hex color #E465DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E465DB is #1B9A24. Grayscale: #989898. Windows color (decimal): -1808933 or 14378468. OLE color: 14378468.

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

Color convert

RGB 228 101 219 -
CMYK 0 0.56 0.04 0.11
HSL 304.25º 0.7% 0.65% -
HSV(B) 304.25º 0.56% 0.89% -
XYZ 49.43 30.92 70.38 -
YUV 152.43 165.58 181.91 -
System Red Green Blue C M Y K H S L
Decimal 228 101 219 0 0.56 0.04 0.11 304.25 0.7 0.65
Hex E4 65 DB 0 38 4 B 130 46 41
Octal 344 145 333 0 70 4 13 460 106 101
Binary 11100100 1100101 11011011 0 111000 100 1011 100110000 1000110 1000001

Color Harmonies of #E465DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E465DB

Black with #E465DB

Text Example


Text Example

White with #E465DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E465DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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