Html Css Color HEX #EF3FFD Pink Flamingo

📋 copy color: '#EF3FFD'

red 239 ◦ green 63 ◦ blue 253

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

Shades of Pink Flamingo #EF3FFD

Tints of Pink Flamingo #EF3FFD

RGB

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

 GREEN value IS 63 (25% from 255) = 11.35%

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

R = 43.06%
G = 11.35%
B = 45.59%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF3FFD (or 0xEF3FFD) is known color: Pink Flamingo. HEX triplet: EF, 3F and FD. RGB value is (239,63,253). Sum of RGB (Red+Green+Blue) = 239+63+253=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 63 (25% from 255 or 11.35% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF3FFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF3FFD is #10C002. Grayscale: #888888. Windows color (decimal): -1097731 or 16596975. OLE color: 16596975.

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

Color convert

RGB 239 63 253 -
CMYK 0.06 0.75 0 0.01
HSL 295.58º 0.98% 0.62% -
HSV(B) 295.58º 0.75% 0.99% -
XYZ 55.1 29 95.62 -
YUV 137.28 193.31 200.55 -
System Red Green Blue C M Y K H S L
Decimal 239 63 253 0.06 0.75 0 0.01 295.58 0.98 0.62
Hex EF 3F FD 6 4B 0 1 128 62 3E
Octal 357 77 375 6 113 0 1 450 142 76
Binary 11101111 111111 11111101 110 1001011 0 1 100101000 1100010 111110

Color Harmonies of #EF3FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3FFD

Black with #EF3FFD

Text Example


Text Example

White with #EF3FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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