Html Css Color HEX #ED69EF Pink Flamingo

📋 copy color: '#ED69EF'

red 237 ◦ green 105 ◦ blue 239

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

Shades of Pink Flamingo #ED69EF

Tints of Pink Flamingo #ED69EF

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

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

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

Color convert

RGB 237 105 239 -
CMYK 0.01 0.56 0 0.06
HSL 299.1º 0.81% 0.67% -
HSV(B) 299.1º 0.56% 0.94% -
XYZ 55.56 34.34 85.36 -
YUV 159.74 172.73 183.1 -
System Red Green Blue C M Y K H S L
Decimal 237 105 239 0.01 0.56 0 0.06 299.1 0.81 0.67
Hex ED 69 EF 1 38 0 6 12B 51 43
Octal 355 151 357 1 70 0 6 453 121 103
Binary 11101101 1101001 11101111 1 111000 0 110 100101011 1010001 1000011

Color Harmonies of #ED69EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED69EF

Black with #ED69EF

Text Example


Text Example

White with #ED69EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED69EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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