Html Css Color HEX #E741FF Pink Flamingo

📋 copy color: '#E741FF'

red 231 ◦ green 65 ◦ blue 255

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

Shades of Pink Flamingo #E741FF

Tints of Pink Flamingo #E741FF

RGB

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

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

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

R = 41.92%
G = 11.8%
B = 46.28%

CMYK

 C value IS 0.09

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E741FF (or 0xE741FF) is known color: Pink Flamingo. HEX triplet: E7, 41 and FF. RGB value is (231,65,255). Sum of RGB (Red+Green+Blue) = 231+65+255=551 (72% of max value = 765). Red value is 231 (90.62% from 255 or 41.92% from 551); Green value is 65 (25.78% from 255 or 11.80% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #E741FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E741FF is #18BE00. Grayscale: #878787. Windows color (decimal): -1621505 or 16728551. OLE color: 16728551.

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

Color convert

RGB 231 65 255 -
CMYK 0.09 0.75 0 0
HSL 292.42º 1% 0.63% -
HSV(B) 292.42º 0.75% 1% -
XYZ 52.9 27.99 97.22 -
YUV 136.29 195 195.55 -
System Red Green Blue C M Y K H S L
Decimal 231 65 255 0.09 0.75 0 0 292.42 1 0.63
Hex E7 41 FF 9 4B 0 0 124 64 3F
Octal 347 101 377 11 113 0 0 444 144 77
Binary 11100111 1000001 11111111 1001 1001011 0 0 100100100 1100100 111111

Color Harmonies of #E741FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E741FF

Black with #E741FF

Text Example


Text Example

White with #E741FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E741FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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