Html Css Color HEX #EF67ED Pink Flamingo

📋 copy color: '#EF67ED'

red 239 ◦ green 103 ◦ blue 237

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

Shades of Pink Flamingo #EF67ED

Tints of Pink Flamingo #EF67ED

RGB

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

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

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

R = 41.28%
G = 17.79%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF67ED (or 0xEF67ED) is known color: Pink Flamingo. HEX triplet: EF, 67 and ED. RGB value is (239,103,237). Sum of RGB (Red+Green+Blue) = 239+103+237=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 103 (40.62% from 255 or 17.79% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EF67ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF67ED is #109812. Grayscale: #9E9E9E. Windows color (decimal): -1087507 or 15558639. OLE color: 15558639.

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

Color convert

RGB 239 103 237 -
CMYK 0 0.57 0.01 0.06
HSL 300.88º 0.81% 0.67% -
HSV(B) 300.88º 0.57% 0.94% -
XYZ 55.73 34.17 83.78 -
YUV 158.94 172.06 185.1 -
System Red Green Blue C M Y K H S L
Decimal 239 103 237 0 0.57 0.01 0.06 300.88 0.81 0.67
Hex EF 67 ED 0 39 1 6 12D 51 43
Octal 357 147 355 0 71 1 6 455 121 103
Binary 11101111 1100111 11101101 0 111001 1 110 100101101 1010001 1000011

Color Harmonies of #EF67ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF67ED

Black with #EF67ED

Text Example


Text Example

White with #EF67ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF67ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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