Html Css Color HEX #EF5FFD Pink Flamingo

📋 copy color: '#EF5FFD'

red 239 ◦ green 95 ◦ blue 253

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

Shades of Pink Flamingo #EF5FFD

Tints of Pink Flamingo #EF5FFD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.18%

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

R = 40.72%
G = 16.18%
B = 43.1%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF5FFD (or 0xEF5FFD) is known color: Pink Flamingo. HEX triplet: EF, 5F and FD. RGB value is (239,95,253). Sum of RGB (Red+Green+Blue) = 239+95+253=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 95 (37.5% from 255 or 16.18% from 587); Blue value is 253 (99.22% from 255 or 43.10% from 587); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF5FFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5FFD is #10A002. Grayscale: #9B9B9B. Windows color (decimal): -1089539 or 16605167. OLE color: 16605167.

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

Color convert

RGB 239 95 253 -
CMYK 0.06 0.62 0 0.01
HSL 294.68º 0.98% 0.68% -
HSV(B) 294.68º 0.62% 0.99% -
XYZ 57.42 33.63 96.39 -
YUV 156.07 182.71 187.15 -
System Red Green Blue C M Y K H S L
Decimal 239 95 253 0.06 0.62 0 0.01 294.68 0.98 0.68
Hex EF 5F FD 6 3E 0 1 127 62 44
Octal 357 137 375 6 76 0 1 447 142 104
Binary 11101111 1011111 11111101 110 111110 0 1 100100111 1100010 1000100

Color Harmonies of #EF5FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5FFD

Black with #EF5FFD

Text Example


Text Example

White with #EF5FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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