Html Css Color HEX #EF3EFC Pink Flamingo

📋 copy color: '#EF3EFC'

red 239 ◦ green 62 ◦ blue 252

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

Shades of Pink Flamingo #EF3EFC

Tints of Pink Flamingo #EF3EFC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 11.21%

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

R = 43.22%
G = 11.21%
B = 45.57%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF3EFC (or 0xEF3EFC) is known color: Pink Flamingo. HEX triplet: EF, 3E and FC. RGB value is (239,62,252). Sum of RGB (Red+Green+Blue) = 239+62+252=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 62 (24.61% from 255 or 11.21% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF3EFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF3EFC is #10C103. Grayscale: #888888. Windows color (decimal): -1097988 or 16531183. OLE color: 16531183.

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

Color convert

RGB 239 62 252 -
CMYK 0.05 0.75 0 0.01
HSL 295.89º 0.97% 0.62% -
HSV(B) 295.89º 0.75% 0.99% -
XYZ 54.89 28.82 94.77 -
YUV 136.58 193.14 201.05 -
System Red Green Blue C M Y K H S L
Decimal 239 62 252 0.05 0.75 0 0.01 295.89 0.97 0.62
Hex EF 3E FC 5 4B 0 1 128 61 3E
Octal 357 76 374 5 113 0 1 450 141 76
Binary 11101111 111110 11111100 101 1001011 0 1 100101000 1100001 111110

Color Harmonies of #EF3EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3EFC

Black with #EF3EFC

Text Example


Text Example

White with #EF3EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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