Html Css Color HEX #ED69F5 Pink Flamingo

📋 copy color: '#ED69F5'

red 237 ◦ green 105 ◦ blue 245

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

Shades of Pink Flamingo #ED69F5

Tints of Pink Flamingo #ED69F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 41.74%

R = 40.37%
G = 17.89%
B = 41.74%

CMYK

 C value IS 0.03

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ED69F5 (or 0xED69F5) is known color: Pink Flamingo. HEX triplet: ED, 69 and F5. RGB value is (237,105,245). Sum of RGB (Red+Green+Blue) = 237+105+245=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 105 (41.41% from 255 or 17.89% from 587); Blue value is 245 (96.09% from 255 or 41.74% from 587); Max value from RGB is 245 - color contains mainly: blue. Hex color #ED69F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED69F5 is #12960A. Grayscale: #9F9F9F. Windows color (decimal): -1218059 or 16083437. OLE color: 16083437.

HSL color Cylindrical-coordinate representation of color #ED69F5: hue angle of 296.57º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED69F5 is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 105 245 -
CMYK 0.03 0.57 0 0.04
HSL 296.57º 0.88% 0.69% -
HSV(B) 296.57º 0.57% 0.96% -
XYZ 56.46 34.7 90.11 -
YUV 160.43 175.73 182.62 -
System Red Green Blue C M Y K H S L
Decimal 237 105 245 0.03 0.57 0 0.04 296.57 0.88 0.69
Hex ED 69 F5 3 39 0 4 129 58 45
Octal 355 151 365 3 71 0 4 451 130 105
Binary 11101101 1101001 11110101 11 111001 0 100 100101001 1011000 1000101

Color Harmonies of #ED69F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED69F5

Black with #ED69F5

Text Example


Text Example

White with #ED69F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED69F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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