Html Css Color HEX #EF5BFD Pink Flamingo

📋 copy color: '#EF5BFD'

red 239 ◦ green 91 ◦ blue 253

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

Shades of Pink Flamingo #EF5BFD

Tints of Pink Flamingo #EF5BFD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 15.61%

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

R = 40.99%
G = 15.61%
B = 43.4%

CMYK

 C value IS 0.06

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF5BFD (or 0xEF5BFD) is known color: Pink Flamingo. HEX triplet: EF, 5B and FD. RGB value is (239,91,253). Sum of RGB (Red+Green+Blue) = 239+91+253=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 91 (35.94% from 255 or 15.61% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF5BFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5BFD is #10A402. Grayscale: #999999. Windows color (decimal): -1090563 or 16604143. OLE color: 16604143.

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

Color convert

RGB 239 91 253 -
CMYK 0.06 0.64 0 0.01
HSL 294.81º 0.98% 0.67% -
HSV(B) 294.81º 0.64% 0.99% -
XYZ 57.07 32.92 96.28 -
YUV 153.72 184.03 188.83 -
System Red Green Blue C M Y K H S L
Decimal 239 91 253 0.06 0.64 0 0.01 294.81 0.98 0.67
Hex EF 5B FD 6 40 0 1 127 62 43
Octal 357 133 375 6 100 0 1 447 142 103
Binary 11101111 1011011 11111101 110 1000000 0 1 100100111 1100010 1000011

Color Harmonies of #EF5BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5BFD

Black with #EF5BFD

Text Example


Text Example

White with #EF5BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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