Html Css Color HEX #EF3CFE Pink Flamingo

📋 copy color: '#EF3CFE'

red 239 ◦ green 60 ◦ blue 254

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

Shades of Pink Flamingo #EF3CFE

Tints of Pink Flamingo #EF3CFE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 10.85%

 BLUE value IS 254 (99.61% from 255) = 45.93%

R = 43.22%
G = 10.85%
B = 45.93%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EF3CFE (or 0xEF3CFE) is known color: Pink Flamingo. HEX triplet: EF, 3C and FE. RGB value is (239,60,254). Sum of RGB (Red+Green+Blue) = 239+60+254=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 60 (23.83% from 255 or 10.85% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF3CFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF3CFE is #10C301. Grayscale: #878787. Windows color (decimal): -1098498 or 16661743. OLE color: 16661743.

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

Color convert

RGB 239 60 254 -
CMYK 0.06 0.76 0 0.00
HSL 295.36º 0.99% 0.62% -
HSV(B) 295.36º 0.76% 1% -
XYZ 55.1 28.74 96.41 -
YUV 135.64 194.8 201.73 -
System Red Green Blue C M Y K H S L
Decimal 239 60 254 0.06 0.76 0 0.00 295.36 0.99 0.62
Hex EF 3C FE 6 4C 0 0 127 63 3E
Octal 357 74 376 6 114 0 0 447 143 76
Binary 11101111 111100 11111110 110 1001100 0 0 100100111 1100011 111110

Color Harmonies of #EF3CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3CFE

Black with #EF3CFE

Text Example


Text Example

White with #EF3CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3CFE; }

 p { color: rgb(239,60,254); }

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

background-color css

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

 a { background-color: rgb(239,60,254); }

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

border-color css

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

 span { border-color: rgb(239,60,254); }

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