Html Css Color HEX #EF3DFC Pink Flamingo

📋 copy color: '#EF3DFC'

red 239 ◦ green 61 ◦ blue 252

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

Shades of Pink Flamingo #EF3DFC

Tints of Pink Flamingo #EF3DFC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 11.05%

 BLUE value IS 252 (98.83% from 255) = 45.65%

R = 43.3%
G = 11.05%
B = 45.65%

CMYK

 C value IS 0.05

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF3DFC (or 0xEF3DFC) is known color: Pink Flamingo. HEX triplet: EF, 3D and FC. RGB value is (239,61,252). Sum of RGB (Red+Green+Blue) = 239+61+252=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 61 (24.22% from 255 or 11.05% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF3DFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF3DFC is #10C203. Grayscale: #878787. Windows color (decimal): -1098244 or 16530927. OLE color: 16530927.

HSL color Cylindrical-coordinate representation of color #EF3DFC: hue angle of 295.92º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EF3DFC is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 61 252 -
CMYK 0.05 0.76 0 0.01
HSL 295.92º 0.97% 0.61% -
HSV(B) 295.92º 0.76% 0.99% -
XYZ 54.84 28.72 94.75 -
YUV 136 193.47 201.47 -
System Red Green Blue C M Y K H S L
Decimal 239 61 252 0.05 0.76 0 0.01 295.92 0.97 0.61
Hex EF 3D FC 5 4C 0 1 128 61 3D
Octal 357 75 374 5 114 0 1 450 141 75
Binary 11101111 111101 11111100 101 1001100 0 1 100101000 1100001 111101

Color Harmonies of #EF3DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3DFC

Black with #EF3DFC

Text Example


Text Example

White with #EF3DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3DFC; }

 p { color: rgb(239,61,252); }

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

background-color css

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

 a { background-color: rgb(239,61,252); }

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

border-color css

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

 span { border-color: rgb(239,61,252); }

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