Html Css Color HEX #E742FF Pink Flamingo

📋 copy color: '#E742FF'

red 231 ◦ green 66 ◦ blue 255

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

Shades of Pink Flamingo #E742FF

Tints of Pink Flamingo #E742FF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 11.96%

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

R = 41.85%
G = 11.96%
B = 46.2%

CMYK

 C value IS 0.09

 M value IS 0.74

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E742FF (or 0xE742FF) is known color: Pink Flamingo. HEX triplet: E7, 42 and FF. RGB value is (231,66,255). Sum of RGB (Red+Green+Blue) = 231+66+255=552 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.85% from 552); Green value is 66 (26.17% from 255 or 11.96% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #E742FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E742FF is #18BD00. Grayscale: #888888. Windows color (decimal): -1621249 or 16728807. OLE color: 16728807.

HSL color Cylindrical-coordinate representation of color #E742FF: hue angle of 292.38º 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 #E742FF is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 231 66 255 -
CMYK 0.09 0.74 0 0
HSL 292.38º 1% 0.63% -
HSV(B) 292.38º 0.74% 1% -
XYZ 52.95 28.11 97.24 -
YUV 136.88 194.66 195.13 -
System Red Green Blue C M Y K H S L
Decimal 231 66 255 0.09 0.74 0 0 292.38 1 0.63
Hex E7 42 FF 9 4A 0 0 124 64 3F
Octal 347 102 377 11 112 0 0 444 144 77
Binary 11100111 1000010 11111111 1001 1001010 0 0 100100100 1100100 111111

Color Harmonies of #E742FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E742FF

Black with #E742FF

Text Example


Text Example

White with #E742FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E742FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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