Html Css Color HEX #E13CFF Pink Flamingo

📋 copy color: '#E13CFF'

red 225 ◦ green 60 ◦ blue 255

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

Shades of Pink Flamingo #E13CFF

Tints of Pink Flamingo #E13CFF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.11%

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

R = 41.67%
G = 11.11%
B = 47.22%

CMYK

 C value IS 0.12

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E13CFF (or 0xE13CFF) is known color: Pink Flamingo. HEX triplet: E1, 3C and FF. RGB value is (225,60,255). Sum of RGB (Red+Green+Blue) = 225+60+255=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 60 (23.83% from 255 or 11.11% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #E13CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E13CFF is #1EC300. Grayscale: #828282. Windows color (decimal): -2016001 or 16727265. OLE color: 16727265.

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

Color convert

RGB 225 60 255 -
CMYK 0.12 0.76 0 0
HSL 290.77º 1% 0.62% -
HSV(B) 290.77º 0.76% 1% -
XYZ 50.72 26.46 97.04 -
YUV 131.57 197.66 194.64 -
System Red Green Blue C M Y K H S L
Decimal 225 60 255 0.12 0.76 0 0 290.77 1 0.62
Hex E1 3C FF C 4C 0 0 123 64 3E
Octal 341 74 377 14 114 0 0 443 144 76
Binary 11100001 111100 11111111 1100 1001100 0 0 100100011 1100100 111110

Color Harmonies of #E13CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13CFF

Black with #E13CFF

Text Example


Text Example

White with #E13CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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