Html Css Color HEX #EF4CF8 Pink Flamingo

📋 copy color: '#EF4CF8'

red 239 ◦ green 76 ◦ blue 248

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

Shades of Pink Flamingo #EF4CF8

Tints of Pink Flamingo #EF4CF8

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.5%

 BLUE value IS 248 (97.27% from 255) = 44.05%

R = 42.45%
G = 13.5%
B = 44.05%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EF4CF8 (or 0xEF4CF8) is known color: Pink Flamingo. HEX triplet: EF, 4C and F8. RGB value is (239,76,248). Sum of RGB (Red+Green+Blue) = 239+76+248=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 76 (30.08% from 255 or 13.50% from 563); Blue value is 248 (97.27% from 255 or 44.05% from 563); Max value from RGB is 248 - color contains mainly: blue. Hex color #EF4CF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF4CF8 is #10B307. Grayscale: #8F8F8F. Windows color (decimal): -1094408 or 16272623. OLE color: 16272623.

HSL color Cylindrical-coordinate representation of color #EF4CF8: hue angle of 296.86º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF4CF8 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 239 76 248 -
CMYK 0.04 0.69 0 0.03
HSL 296.86º 0.92% 0.64% -
HSV(B) 296.86º 0.69% 0.97% -
XYZ 55.12 30.3 91.75 -
YUV 144.35 186.5 195.51 -
System Red Green Blue C M Y K H S L
Decimal 239 76 248 0.04 0.69 0 0.03 296.86 0.92 0.64
Hex EF 4C F8 4 45 0 3 129 5C 40
Octal 357 114 370 4 105 0 3 451 134 100
Binary 11101111 1001100 11111000 100 1000101 0 11 100101001 1011100 1000000

Color Harmonies of #EF4CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4CF8

Black with #EF4CF8

Text Example


Text Example

White with #EF4CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4CF8; }

 p { color: rgb(239,76,248); }

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

background-color css

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

 a { background-color: rgb(239,76,248); }

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

border-color css

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

 span { border-color: rgb(239,76,248); }

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