Html Css Color HEX #EF5CFB Pink Flamingo

📋 copy color: '#EF5CFB'

red 239 ◦ green 92 ◦ blue 251

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

Shades of Pink Flamingo #EF5CFB

Tints of Pink Flamingo #EF5CFB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 15.81%

 BLUE value IS 251 (98.44% from 255) = 43.13%

R = 41.07%
G = 15.81%
B = 43.13%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF5CFB (or 0xEF5CFB) is known color: Pink Flamingo. HEX triplet: EF, 5C and FB. RGB value is (239,92,251). Sum of RGB (Red+Green+Blue) = 239+92+251=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 92 (36.33% from 255 or 15.81% from 582); Blue value is 251 (98.44% from 255 or 43.13% from 582); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF5CFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5CFB is #10A304. Grayscale: #999999. Windows color (decimal): -1090309 or 16473327. OLE color: 16473327.

HSL color Cylindrical-coordinate representation of color #EF5CFB: hue angle of 295.47º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF5CFB is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 92 251 -
CMYK 0.05 0.63 0 0.02
HSL 295.47º 0.95% 0.67% -
HSV(B) 295.47º 0.63% 0.98% -
XYZ 56.84 32.97 94.64 -
YUV 154.08 182.7 188.57 -
System Red Green Blue C M Y K H S L
Decimal 239 92 251 0.05 0.63 0 0.02 295.47 0.95 0.67
Hex EF 5C FB 5 3F 0 2 127 5F 43
Octal 357 134 373 5 77 0 2 447 137 103
Binary 11101111 1011100 11111011 101 111111 0 10 100100111 1011111 1000011

Color Harmonies of #EF5CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5CFB

Black with #EF5CFB

Text Example


Text Example

White with #EF5CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5CFB; }

 p { color: rgb(239,92,251); }

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

background-color css

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

 a { background-color: rgb(239,92,251); }

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

border-color css

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

 span { border-color: rgb(239,92,251); }

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