Html Css Color HEX #ED65F9 Pink Flamingo

📋 copy color: '#ED65F9'

red 237 ◦ green 101 ◦ blue 249

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

Shades of Pink Flamingo #ED65F9

Tints of Pink Flamingo #ED65F9

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17.21%

 BLUE value IS 249 (97.66% from 255) = 42.42%

R = 40.37%
G = 17.21%
B = 42.42%

CMYK

 C value IS 0.05

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED65F9 (or 0xED65F9) is known color: Pink Flamingo. HEX triplet: ED, 65 and F9. RGB value is (237,101,249). Sum of RGB (Red+Green+Blue) = 237+101+249=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 101 (39.84% from 255 or 17.21% from 587); Blue value is 249 (97.66% from 255 or 42.42% from 587); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED65F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED65F9 is #129A06. Grayscale: #9E9E9E. Windows color (decimal): -1219079 or 16344557. OLE color: 16344557.

HSL color Cylindrical-coordinate representation of color #ED65F9: hue angle of 295.14º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED65F9 is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 101 249 -
CMYK 0.05 0.59 0 0.02
HSL 295.14º 0.93% 0.69% -
HSV(B) 295.14º 0.59% 0.98% -
XYZ 56.68 34.15 93.23 -
YUV 158.54 179.06 183.97 -
System Red Green Blue C M Y K H S L
Decimal 237 101 249 0.05 0.59 0 0.02 295.14 0.93 0.69
Hex ED 65 F9 5 3B 0 2 127 5C 45
Octal 355 145 371 5 73 0 2 447 134 105
Binary 11101101 1100101 11111001 101 111011 0 10 100100111 1011100 1000101

Color Harmonies of #ED65F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED65F9

Black with #ED65F9

Text Example


Text Example

White with #ED65F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED65F9; }

 p { color: rgb(237,101,249); }

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

background-color css

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

 a { background-color: rgb(237,101,249); }

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

border-color css

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

 span { border-color: rgb(237,101,249); }

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