Html Css Color HEX #E741FC Pink Flamingo

📋 copy color: '#E741FC'

red 231 ◦ green 65 ◦ blue 252

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

Shades of Pink Flamingo #E741FC

Tints of Pink Flamingo #E741FC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 11.86%

 BLUE value IS 252 (98.83% from 255) = 45.99%

R = 42.15%
G = 11.86%
B = 45.99%

CMYK

 C value IS 0.08

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E741FC (or 0xE741FC) is known color: Pink Flamingo. HEX triplet: E7, 41 and FC. RGB value is (231,65,252). Sum of RGB (Red+Green+Blue) = 231+65+252=548 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.15% from 548); Green value is 65 (25.78% from 255 or 11.86% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #E741FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E741FC is #18BE03. Grayscale: #878787. Windows color (decimal): -1621508 or 16531943. OLE color: 16531943.

HSL color Cylindrical-coordinate representation of color #E741FC: hue angle of 293.26º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E741FC is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 231 65 252 -
CMYK 0.08 0.74 0 0.01
HSL 293.26º 0.97% 0.62% -
HSV(B) 293.26º 0.74% 0.99% -
XYZ 52.42 27.8 94.7 -
YUV 135.95 193.5 195.79 -
System Red Green Blue C M Y K H S L
Decimal 231 65 252 0.08 0.74 0 0.01 293.26 0.97 0.62
Hex E7 41 FC 8 4A 0 1 125 61 3E
Octal 347 101 374 10 112 0 1 445 141 76
Binary 11100111 1000001 11111100 1000 1001010 0 1 100100101 1100001 111110

Color Harmonies of #E741FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E741FC

Black with #E741FC

Text Example


Text Example

White with #E741FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E741FC; }

 p { color: rgb(231,65,252); }

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

background-color css

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

 a { background-color: rgb(231,65,252); }

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

border-color css

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

 span { border-color: rgb(231,65,252); }

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