Html Css Color HEX #EF5AFB Pink Flamingo

📋 copy color: '#EF5AFB'

red 239 ◦ green 90 ◦ blue 251

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

Shades of Pink Flamingo #EF5AFB

Tints of Pink Flamingo #EF5AFB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 15.52%

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

R = 41.21%
G = 15.52%
B = 43.28%

CMYK

 C value IS 0.05

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF5AFB (or 0xEF5AFB) is known color: Pink Flamingo. HEX triplet: EF, 5A and FB. RGB value is (239,90,251). Sum of RGB (Red+Green+Blue) = 239+90+251=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 90 (35.55% from 255 or 15.52% from 580); Blue value is 251 (98.44% from 255 or 43.28% from 580); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF5AFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5AFB is #10A504. Grayscale: #989898. Windows color (decimal): -1090821 or 16472815. OLE color: 16472815.

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

Color convert

RGB 239 90 251 -
CMYK 0.05 0.64 0 0.02
HSL 295.53º 0.95% 0.67% -
HSV(B) 295.53º 0.64% 0.98% -
XYZ 56.67 32.63 94.58 -
YUV 152.91 183.36 189.41 -
System Red Green Blue C M Y K H S L
Decimal 239 90 251 0.05 0.64 0 0.02 295.53 0.95 0.67
Hex EF 5A FB 5 40 0 2 128 5F 43
Octal 357 132 373 5 100 0 2 450 137 103
Binary 11101111 1011010 11111011 101 1000000 0 10 100101000 1011111 1000011

Color Harmonies of #EF5AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5AFB

Black with #EF5AFB

Text Example


Text Example

White with #EF5AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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