Html Css Color HEX #EF68FD Pink Flamingo

📋 copy color: '#EF68FD'

red 239 ◦ green 104 ◦ blue 253

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

Shades of Pink Flamingo #EF68FD

Tints of Pink Flamingo #EF68FD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 17.45%

 BLUE value IS 253 (99.22% from 255) = 42.45%

R = 40.1%
G = 17.45%
B = 42.45%

CMYK

 C value IS 0.06

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF68FD (or 0xEF68FD) is known color: Pink Flamingo. HEX triplet: EF, 68 and FD. RGB value is (239,104,253). Sum of RGB (Red+Green+Blue) = 239+104+253=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 104 (41.02% from 255 or 17.45% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF68FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF68FD is #109702. Grayscale: #A0A0A0. Windows color (decimal): -1087235 or 16607471. OLE color: 16607471.

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

Color convert

RGB 239 104 253 -
CMYK 0.06 0.59 0 0.01
HSL 294.36º 0.97% 0.7% -
HSV(B) 294.36º 0.59% 0.99% -
XYZ 58.28 35.34 96.68 -
YUV 161.35 179.73 183.38 -
System Red Green Blue C M Y K H S L
Decimal 239 104 253 0.06 0.59 0 0.01 294.36 0.97 0.7
Hex EF 68 FD 6 3B 0 1 126 61 46
Octal 357 150 375 6 73 0 1 446 141 106
Binary 11101111 1101000 11111101 110 111011 0 1 100100110 1100001 1000110

Color Harmonies of #EF68FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF68FD

Black with #EF68FD

Text Example


Text Example

White with #EF68FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF68FD; }

 p { color: rgb(239,104,253); }

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

background-color css

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

 a { background-color: rgb(239,104,253); }

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

border-color css

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

 span { border-color: rgb(239,104,253); }

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