Html Css Color HEX #EF4AFD Pink Flamingo

📋 copy color: '#EF4AFD'

red 239 ◦ green 74 ◦ blue 253

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

Shades of Pink Flamingo #EF4AFD

Tints of Pink Flamingo #EF4AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.7%

R = 42.23%
G = 13.07%
B = 44.7%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF4AFD (or 0xEF4AFD) is known color: Pink Flamingo. HEX triplet: EF, 4A and FD. RGB value is (239,74,253). Sum of RGB (Red+Green+Blue) = 239+74+253=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 74 (29.30% from 255 or 13.07% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF4AFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF4AFD is #10B502. Grayscale: #8F8F8F. Windows color (decimal): -1094915 or 16599791. OLE color: 16599791.

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

Color convert

RGB 239 74 253 -
CMYK 0.06 0.71 0 0.01
HSL 295.31º 0.98% 0.64% -
HSV(B) 295.31º 0.71% 0.99% -
XYZ 55.78 30.34 95.85 -
YUV 143.74 189.66 195.95 -
System Red Green Blue C M Y K H S L
Decimal 239 74 253 0.06 0.71 0 0.01 295.31 0.98 0.64
Hex EF 4A FD 6 47 0 1 127 62 40
Octal 357 112 375 6 107 0 1 447 142 100
Binary 11101111 1001010 11111101 110 1000111 0 1 100100111 1100010 1000000

Color Harmonies of #EF4AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4AFD

Black with #EF4AFD

Text Example


Text Example

White with #EF4AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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