Html Css Color HEX #EF5CFF Pink Flamingo

📋 copy color: '#EF5CFF'

red 239 ◦ green 92 ◦ blue 255

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

Shades of Pink Flamingo #EF5CFF

Tints of Pink Flamingo #EF5CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.52%

R = 40.78%
G = 15.7%
B = 43.52%

CMYK

 C value IS 0.06

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EF5CFF (or 0xEF5CFF) is known color: Pink Flamingo. HEX triplet: EF, 5C and FF. RGB value is (239,92,255). Sum of RGB (Red+Green+Blue) = 239+92+255=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 92 (36.33% from 255 or 15.70% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF5CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5CFF is #10A300. Grayscale: #9A9A9A. Windows color (decimal): -1090305 or 16735471. OLE color: 16735471.

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

Color convert

RGB 239 92 255 -
CMYK 0.06 0.64 0 0
HSL 294.11º 1% 0.68% -
HSV(B) 294.11º 0.64% 1% -
XYZ 57.47 33.23 97.99 -
YUV 154.54 184.7 188.25 -
System Red Green Blue C M Y K H S L
Decimal 239 92 255 0.06 0.64 0 0 294.11 1 0.68
Hex EF 5C FF 6 40 0 0 126 64 44
Octal 357 134 377 6 100 0 0 446 144 104
Binary 11101111 1011100 11111111 110 1000000 0 0 100100110 1100100 1000100

Color Harmonies of #EF5CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5CFF

Black with #EF5CFF

Text Example


Text Example

White with #EF5CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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