Html Css Color HEX #E742FB Pink Flamingo

📋 copy color: '#E742FB'

red 231 ◦ green 66 ◦ blue 251

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

Shades of Pink Flamingo #E742FB

Tints of Pink Flamingo #E742FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.8%

R = 42.15%
G = 12.04%
B = 45.8%

CMYK

 C value IS 0.08

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E742FB (or 0xE742FB) is known color: Pink Flamingo. HEX triplet: E7, 42 and FB. RGB value is (231,66,251). Sum of RGB (Red+Green+Blue) = 231+66+251=548 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.15% from 548); Green value is 66 (26.17% from 255 or 12.04% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 251 - color contains mainly: blue. Hex color #E742FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E742FB is #18BD04. Grayscale: #878787. Windows color (decimal): -1621253 or 16466663. OLE color: 16466663.

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

Color convert

RGB 231 66 251 -
CMYK 0.08 0.74 0 0.02
HSL 293.51º 0.96% 0.62% -
HSV(B) 293.51º 0.74% 0.98% -
XYZ 52.32 27.85 93.89 -
YUV 136.43 192.66 195.46 -
System Red Green Blue C M Y K H S L
Decimal 231 66 251 0.08 0.74 0 0.02 293.51 0.96 0.62
Hex E7 42 FB 8 4A 0 2 126 60 3E
Octal 347 102 373 10 112 0 2 446 140 76
Binary 11100111 1000010 11111011 1000 1001010 0 10 100100110 1100000 111110

Color Harmonies of #E742FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E742FB

Black with #E742FB

Text Example


Text Example

White with #E742FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E742FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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