Html Css Color HEX #EF5CFC Pink Flamingo

📋 copy color: '#EF5CFC'

red 239 ◦ green 92 ◦ blue 252

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

Shades of Pink Flamingo #EF5CFC

Tints of Pink Flamingo #EF5CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.22%

R = 40.99%
G = 15.78%
B = 43.22%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF5CFC (or 0xEF5CFC) is known color: Pink Flamingo. HEX triplet: EF, 5C and FC. RGB value is (239,92,252). Sum of RGB (Red+Green+Blue) = 239+92+252=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 92 (36.33% from 255 or 15.78% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF5CFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5CFC is #10A303. Grayscale: #999999. Windows color (decimal): -1090308 or 16538863. OLE color: 16538863.

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

Color convert

RGB 239 92 252 -
CMYK 0.05 0.63 0 0.01
HSL 295.13º 0.96% 0.67% -
HSV(B) 295.13º 0.63% 0.99% -
XYZ 56.99 33.03 95.47 -
YUV 154.19 183.2 188.49 -
System Red Green Blue C M Y K H S L
Decimal 239 92 252 0.05 0.63 0 0.01 295.13 0.96 0.67
Hex EF 5C FC 5 3F 0 1 127 60 43
Octal 357 134 374 5 77 0 1 447 140 103
Binary 11101111 1011100 11111100 101 111111 0 1 100100111 1100000 1000011

Color Harmonies of #EF5CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5CFC

Black with #EF5CFC

Text Example


Text Example

White with #EF5CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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