Html Css Color HEX #E442FB Pink Flamingo

📋 copy color: '#E442FB'

red 228 ◦ green 66 ◦ blue 251

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

Shades of Pink Flamingo #E442FB

Tints of Pink Flamingo #E442FB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.11%

 BLUE value IS 251 (98.44% from 255) = 46.06%

R = 41.83%
G = 12.11%
B = 46.06%

CMYK

 C value IS 0.09

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E442FB (or 0xE442FB) is known color: Pink Flamingo. HEX triplet: E4, 42 and FB. RGB value is (228,66,251). Sum of RGB (Red+Green+Blue) = 228+66+251=545 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.83% from 545); Green value is 66 (26.17% from 255 or 12.11% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #E442FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E442FB is #1BBD04. Grayscale: #868686. Windows color (decimal): -1817861 or 16466660. OLE color: 16466660.

HSL color Cylindrical-coordinate representation of color #E442FB: hue angle of 292.54º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E442FB is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 228 66 251 -
CMYK 0.09 0.74 0 0.02
HSL 292.54º 0.96% 0.62% -
HSV(B) 292.54º 0.74% 0.98% -
XYZ 51.36 27.36 93.84 -
YUV 135.53 193.17 193.96 -
System Red Green Blue C M Y K H S L
Decimal 228 66 251 0.09 0.74 0 0.02 292.54 0.96 0.62
Hex E4 42 FB 9 4A 0 2 125 60 3E
Octal 344 102 373 11 112 0 2 445 140 76
Binary 11100100 1000010 11111011 1001 1001010 0 10 100100101 1100000 111110

Color Harmonies of #E442FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E442FB

Black with #E442FB

Text Example


Text Example

White with #E442FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E442FB; }

 p { color: rgb(228,66,251); }

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

background-color css

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

 a { background-color: rgb(228,66,251); }

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

border-color css

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

 span { border-color: rgb(228,66,251); }

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