Html Css Color HEX #EF69ED Pink Flamingo

📋 copy color: '#EF69ED'

red 239 ◦ green 105 ◦ blue 237

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

Shades of Pink Flamingo #EF69ED

Tints of Pink Flamingo #EF69ED

RGB

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

 GREEN value IS 105 (41.41% from 255) = 18.07%

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

R = 41.14%
G = 18.07%
B = 40.79%

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

#EF69ED (or 0xEF69ED) is known color: Pink Flamingo. HEX triplet: EF, 69 and ED. RGB value is (239,105,237). Sum of RGB (Red+Green+Blue) = 239+105+237=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 105 (41.41% from 255 or 18.07% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EF69ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF69ED is #109612. Grayscale: #9F9F9F. Windows color (decimal): -1086995 or 15559151. OLE color: 15559151.

HSL color Cylindrical-coordinate representation of color #EF69ED: hue angle of 300.9º 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 #EF69ED is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 105 237 -
CMYK 0 0.56 0.01 0.06
HSL 300.9º 0.81% 0.67% -
HSV(B) 300.9º 0.56% 0.94% -
XYZ 55.93 34.57 83.85 -
YUV 160.11 171.39 184.27 -
System Red Green Blue C M Y K H S L
Decimal 239 105 237 0 0.56 0.01 0.06 300.9 0.81 0.67
Hex EF 69 ED 0 38 1 6 12D 51 43
Octal 357 151 355 0 70 1 6 455 121 103
Binary 11101111 1101001 11101101 0 111000 1 110 100101101 1010001 1000011

Color Harmonies of #EF69ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF69ED

Black with #EF69ED

Text Example


Text Example

White with #EF69ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF69ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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