Html Css Color HEX #EF4AFF Pink Flamingo

📋 copy color: '#EF4AFF'

red 239 ◦ green 74 ◦ blue 255

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

Shades of Pink Flamingo #EF4AFF

Tints of Pink Flamingo #EF4AFF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.03%

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

R = 42.08%
G = 13.03%
B = 44.89%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EF4AFF (or 0xEF4AFF) is known color: Pink Flamingo. HEX triplet: EF, 4A and FF. RGB value is (239,74,255). Sum of RGB (Red+Green+Blue) = 239+74+255=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 74 (29.30% from 255 or 13.03% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF4AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF4AFF is #10B500. Grayscale: #8F8F8F. Windows color (decimal): -1094913 or 16730863. OLE color: 16730863.

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

Color convert

RGB 239 74 255 -
CMYK 0.06 0.71 0 0
HSL 294.7º 1% 0.65% -
HSV(B) 294.7º 0.71% 1% -
XYZ 56.1 30.47 97.53 -
YUV 143.97 190.66 195.78 -
System Red Green Blue C M Y K H S L
Decimal 239 74 255 0.06 0.71 0 0 294.7 1 0.65
Hex EF 4A FF 6 47 0 0 127 64 41
Octal 357 112 377 6 107 0 0 447 144 101
Binary 11101111 1001010 11111111 110 1000111 0 0 100100111 1100100 1000001

Color Harmonies of #EF4AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4AFF

Black with #EF4AFF

Text Example


Text Example

White with #EF4AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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