Html Css Color HEX #EF42FF Pink Flamingo

📋 copy color: '#EF42FF'

red 239 ◦ green 66 ◦ blue 255

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

Shades of Pink Flamingo #EF42FF

Tints of Pink Flamingo #EF42FF

RGB

 RED value IS 239 (93.75% from 255) = 42.68%

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

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

R = 42.68%
G = 11.79%
B = 45.54%

CMYK

 C value IS 0.06

 M value IS 0.74

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EF42FF (or 0xEF42FF) is known color: Pink Flamingo. HEX triplet: EF, 42 and FF. RGB value is (239,66,255). Sum of RGB (Red+Green+Blue) = 239+66+255=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 66 (26.17% from 255 or 11.79% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF42FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF42FF is #10BD00. Grayscale: #8A8A8A. Windows color (decimal): -1096961 or 16728815. OLE color: 16728815.

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

Color convert

RGB 239 66 255 -
CMYK 0.06 0.74 0 0
HSL 294.92º 1% 0.63% -
HSV(B) 294.92º 0.74% 1% -
XYZ 55.59 29.47 97.37 -
YUV 139.27 193.31 199.13 -
System Red Green Blue C M Y K H S L
Decimal 239 66 255 0.06 0.74 0 0 294.92 1 0.63
Hex EF 42 FF 6 4A 0 0 127 64 3F
Octal 357 102 377 6 112 0 0 447 144 77
Binary 11101111 1000010 11111111 110 1001010 0 0 100100111 1100100 111111

Color Harmonies of #EF42FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF42FF

Black with #EF42FF

Text Example


Text Example

White with #EF42FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF42FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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