Html Css Color HEX #E143FF Pink Flamingo

📋 copy color: '#E143FF'

red 225 ◦ green 67 ◦ blue 255

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

Shades of Pink Flamingo #E143FF

Tints of Pink Flamingo #E143FF

RGB

 RED value IS 225 (88.28% from 255) = 41.13%

 GREEN value IS 67 (26.56% from 255) = 12.25%

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

R = 41.13%
G = 12.25%
B = 46.62%

CMYK

 C value IS 0.12

 M value IS 0.74

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E143FF (or 0xE143FF) is known color: Pink Flamingo. HEX triplet: E1, 43 and FF. RGB value is (225,67,255). Sum of RGB (Red+Green+Blue) = 225+67+255=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 67 (26.56% from 255 or 12.25% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #E143FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E143FF is #1EBC00. Grayscale: #878787. Windows color (decimal): -2014209 or 16729057. OLE color: 16729057.

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

Color convert

RGB 225 67 255 -
CMYK 0.12 0.74 0 0
HSL 290.43º 1% 0.63% -
HSV(B) 290.43º 0.74% 1% -
XYZ 51.11 27.24 97.17 -
YUV 135.67 195.35 191.71 -
System Red Green Blue C M Y K H S L
Decimal 225 67 255 0.12 0.74 0 0 290.43 1 0.63
Hex E1 43 FF C 4A 0 0 122 64 3F
Octal 341 103 377 14 112 0 0 442 144 77
Binary 11100001 1000011 11111111 1100 1001010 0 0 100100010 1100100 111111

Color Harmonies of #E143FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E143FF

Black with #E143FF

Text Example


Text Example

White with #E143FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E143FF; }

 p { color: rgb(225,67,255); }

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

background-color css

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

 a { background-color: rgb(225,67,255); }

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

border-color css

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

 span { border-color: rgb(225,67,255); }

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