Html Css Color HEX #E745FE Pink Flamingo

📋 copy color: '#E745FE'

red 231 ◦ green 69 ◦ blue 254

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

Shades of Pink Flamingo #E745FE

Tints of Pink Flamingo #E745FE

RGB

 RED value IS 231 (90.63% from 255) = 41.7%

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

 BLUE value IS 254 (99.61% from 255) = 45.85%

R = 41.7%
G = 12.45%
B = 45.85%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E745FE (or 0xE745FE) is known color: Pink Flamingo. HEX triplet: E7, 45 and FE. RGB value is (231,69,254). Sum of RGB (Red+Green+Blue) = 231+69+254=554 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.70% from 554); Green value is 69 (27.34% from 255 or 12.45% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #E745FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E745FE is #18BA01. Grayscale: #898989. Windows color (decimal): -1620482 or 16664039. OLE color: 16664039.

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

Color convert

RGB 231 69 254 -
CMYK 0.09 0.73 0 0.00
HSL 292.54º 0.99% 0.63% -
HSV(B) 292.54º 0.73% 1% -
XYZ 52.97 28.4 96.46 -
YUV 138.53 193.17 193.96 -
System Red Green Blue C M Y K H S L
Decimal 231 69 254 0.09 0.73 0 0.00 292.54 0.99 0.63
Hex E7 45 FE 9 49 0 0 125 63 3F
Octal 347 105 376 11 111 0 0 445 143 77
Binary 11100111 1000101 11111110 1001 1001001 0 0 100100101 1100011 111111

Color Harmonies of #E745FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E745FE

Black with #E745FE

Text Example


Text Example

White with #E745FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E745FE; }

 p { color: rgb(231,69,254); }

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

background-color css

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

 a { background-color: rgb(231,69,254); }

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

border-color css

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

 span { border-color: rgb(231,69,254); }

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