Html Css Color HEX #EF68ED Pink Flamingo

📋 copy color: '#EF68ED'

red 239 ◦ green 104 ◦ blue 237

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

Shades of Pink Flamingo #EF68ED

Tints of Pink Flamingo #EF68ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.86%

R = 41.21%
G = 17.93%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF68ED (or 0xEF68ED) is known color: Pink Flamingo. HEX triplet: EF, 68 and ED. RGB value is (239,104,237). Sum of RGB (Red+Green+Blue) = 239+104+237=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 104 (41.02% from 255 or 17.93% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EF68ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF68ED is #109712. Grayscale: #9F9F9F. Windows color (decimal): -1087251 or 15558895. OLE color: 15558895.

HSL color Cylindrical-coordinate representation of color #EF68ED: hue angle of 300.89º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF68ED is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 104 237 -
CMYK 0 0.56 0.01 0.06
HSL 300.89º 0.81% 0.67% -
HSV(B) 300.89º 0.56% 0.94% -
XYZ 55.83 34.37 83.81 -
YUV 159.53 171.73 184.69 -
System Red Green Blue C M Y K H S L
Decimal 239 104 237 0 0.56 0.01 0.06 300.89 0.81 0.67
Hex EF 68 ED 0 38 1 6 12D 51 43
Octal 357 150 355 0 70 1 6 455 121 103
Binary 11101111 1101000 11101101 0 111000 1 110 100101101 1010001 1000011

Color Harmonies of #EF68ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF68ED

Black with #EF68ED

Text Example


Text Example

White with #EF68ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF68ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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