Html Css Color HEX #EF67FA Pink Flamingo

📋 copy color: '#EF67FA'

red 239 ◦ green 103 ◦ blue 250

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

Shades of Pink Flamingo #EF67FA

Tints of Pink Flamingo #EF67FA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 17.4%

 BLUE value IS 250 (98.05% from 255) = 42.23%

R = 40.37%
G = 17.4%
B = 42.23%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF67FA (or 0xEF67FA) is known color: Pink Flamingo. HEX triplet: EF, 67 and FA. RGB value is (239,103,250). Sum of RGB (Red+Green+Blue) = 239+103+250=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 103 (40.62% from 255 or 17.40% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF67FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF67FA is #109805. Grayscale: #9F9F9F. Windows color (decimal): -1087494 or 16410607. OLE color: 16410607.

HSL color Cylindrical-coordinate representation of color #EF67FA: hue angle of 295.51º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF67FA is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 103 250 -
CMYK 0.04 0.59 0 0.02
HSL 295.51º 0.94% 0.69% -
HSV(B) 295.51º 0.59% 0.98% -
XYZ 57.7 34.95 94.15 -
YUV 160.42 178.56 184.05 -
System Red Green Blue C M Y K H S L
Decimal 239 103 250 0.04 0.59 0 0.02 295.51 0.94 0.69
Hex EF 67 FA 4 3B 0 2 128 5E 45
Octal 357 147 372 4 73 0 2 450 136 105
Binary 11101111 1100111 11111010 100 111011 0 10 100101000 1011110 1000101

Color Harmonies of #EF67FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF67FA

Black with #EF67FA

Text Example


Text Example

White with #EF67FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF67FA; }

 p { color: rgb(239,103,250); }

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

background-color css

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

 a { background-color: rgb(239,103,250); }

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

border-color css

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

 span { border-color: rgb(239,103,250); }

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