Html Css Color HEX #E445FF Pink Flamingo

📋 copy color: '#E445FF'

red 228 ◦ green 69 ◦ blue 255

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

Shades of Pink Flamingo #E445FF

Tints of Pink Flamingo #E445FF

RGB

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

 GREEN value IS 69 (27.34% from 255) = 12.5%

 BLUE value IS 255 (100% from 255) = 46.2%

R = 41.3%
G = 12.5%
B = 46.2%

CMYK

 C value IS 0.11

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E445FF (or 0xE445FF) is known color: Pink Flamingo. HEX triplet: E4, 45 and FF. RGB value is (228,69,255). Sum of RGB (Red+Green+Blue) = 228+69+255=552 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.30% from 552); Green value is 69 (27.34% from 255 or 12.5% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #E445FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E445FF is #1BBA00. Grayscale: #898989. Windows color (decimal): -1817089 or 16729572. OLE color: 16729572.

HSL color Cylindrical-coordinate representation of color #E445FF: hue angle of 291.29º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E445FF is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 228 69 255 -
CMYK 0.11 0.73 0 0
HSL 291.29º 1% 0.64% -
HSV(B) 291.29º 0.73% 1% -
XYZ 52.17 27.97 97.26 -
YUV 137.75 194.18 192.38 -
System Red Green Blue C M Y K H S L
Decimal 228 69 255 0.11 0.73 0 0 291.29 1 0.64
Hex E4 45 FF B 49 0 0 123 64 40
Octal 344 105 377 13 111 0 0 443 144 100
Binary 11100100 1000101 11111111 1011 1001001 0 0 100100011 1100100 1000000

Color Harmonies of #E445FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E445FF

Black with #E445FF

Text Example


Text Example

White with #E445FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E445FF; }

 p { color: rgb(228,69,255); }

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

background-color css

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

 a { background-color: rgb(228,69,255); }

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

border-color css

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

 span { border-color: rgb(228,69,255); }

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