Html Css Color HEX #EF3CFD Pink Flamingo

📋 copy color: '#EF3CFD'

red 239 ◦ green 60 ◦ blue 253

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

Shades of Pink Flamingo #EF3CFD

Tints of Pink Flamingo #EF3CFD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 10.87%

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

R = 43.3%
G = 10.87%
B = 45.83%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF3CFD (or 0xEF3CFD) is known color: Pink Flamingo. HEX triplet: EF, 3C and FD. RGB value is (239,60,253). Sum of RGB (Red+Green+Blue) = 239+60+253=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 60 (23.83% from 255 or 10.87% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF3CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF3CFD is #10C302. Grayscale: #868686. Windows color (decimal): -1098499 or 16596207. OLE color: 16596207.

HSL color Cylindrical-coordinate representation of color #EF3CFD: hue angle of 295.65º degrees, saturation: 0.98, 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 #EF3CFD is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 60 253 -
CMYK 0.06 0.76 0 0.01
HSL 295.65º 0.98% 0.61% -
HSV(B) 295.65º 0.76% 0.99% -
XYZ 54.94 28.67 95.57 -
YUV 135.52 194.3 201.81 -
System Red Green Blue C M Y K H S L
Decimal 239 60 253 0.06 0.76 0 0.01 295.65 0.98 0.61
Hex EF 3C FD 6 4C 0 1 128 62 3D
Octal 357 74 375 6 114 0 1 450 142 75
Binary 11101111 111100 11111101 110 1001100 0 1 100101000 1100010 111101

Color Harmonies of #EF3CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3CFD

Black with #EF3CFD

Text Example


Text Example

White with #EF3CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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