Html Css Color HEX #EF4FFD Pink Flamingo

📋 copy color: '#EF4FFD'

red 239 ◦ green 79 ◦ blue 253

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

Shades of Pink Flamingo #EF4FFD

Tints of Pink Flamingo #EF4FFD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 13.84%

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

R = 41.86%
G = 13.84%
B = 44.31%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF4FFD (or 0xEF4FFD) is known color: Pink Flamingo. HEX triplet: EF, 4F and FD. RGB value is (239,79,253). Sum of RGB (Red+Green+Blue) = 239+79+253=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 79 (31.25% from 255 or 13.84% from 571); Blue value is 253 (99.22% from 255 or 44.31% from 571); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF4FFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF4FFD is #10B002. Grayscale: #929292. Windows color (decimal): -1093635 or 16601071. OLE color: 16601071.

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

Color convert

RGB 239 79 253 -
CMYK 0.06 0.69 0 0.01
HSL 295.17º 0.98% 0.65% -
HSV(B) 295.17º 0.69% 0.99% -
XYZ 56.12 31.03 95.96 -
YUV 146.68 188.01 193.85 -
System Red Green Blue C M Y K H S L
Decimal 239 79 253 0.06 0.69 0 0.01 295.17 0.98 0.65
Hex EF 4F FD 6 45 0 1 127 62 41
Octal 357 117 375 6 105 0 1 447 142 101
Binary 11101111 1001111 11111101 110 1000101 0 1 100100111 1100010 1000001

Color Harmonies of #EF4FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4FFD

Black with #EF4FFD

Text Example


Text Example

White with #EF4FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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