Html Css Color HEX #EF5FF5 Pink Flamingo

📋 copy color: '#EF5FF5'

red 239 ◦ green 95 ◦ blue 245

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

Shades of Pink Flamingo #EF5FF5

Tints of Pink Flamingo #EF5FF5

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.41%

 BLUE value IS 245 (96.09% from 255) = 42.31%

R = 41.28%
G = 16.41%
B = 42.31%

CMYK

 C value IS 0.02

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EF5FF5 (or 0xEF5FF5) is known color: Pink Flamingo. HEX triplet: EF, 5F and F5. RGB value is (239,95,245). Sum of RGB (Red+Green+Blue) = 239+95+245=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 95 (37.5% from 255 or 16.41% from 579); Blue value is 245 (96.09% from 255 or 42.31% from 579); Max value from RGB is 245 - color contains mainly: blue. Hex color #EF5FF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5FF5 is #10A00A. Grayscale: #9A9A9A. Windows color (decimal): -1089547 or 16080879. OLE color: 16080879.

HSL color Cylindrical-coordinate representation of color #EF5FF5: hue angle of 297.6º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EF5FF5 is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 239 95 245 -
CMYK 0.02 0.61 0 0.04
HSL 297.6º 0.88% 0.67% -
HSV(B) 297.6º 0.61% 0.96% -
XYZ 56.17 33.13 89.82 -
YUV 155.16 178.71 187.8 -
System Red Green Blue C M Y K H S L
Decimal 239 95 245 0.02 0.61 0 0.04 297.6 0.88 0.67
Hex EF 5F F5 2 3D 0 4 12A 58 43
Octal 357 137 365 2 75 0 4 452 130 103
Binary 11101111 1011111 11110101 10 111101 0 100 100101010 1011000 1000011

Color Harmonies of #EF5FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5FF5

Black with #EF5FF5

Text Example


Text Example

White with #EF5FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5FF5; }

 p { color: rgb(239,95,245); }

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

background-color css

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

 a { background-color: rgb(239,95,245); }

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

border-color css

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

 span { border-color: rgb(239,95,245); }

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