Html Css Color HEX #ED53F7 Pink Flamingo

📋 copy color: '#ED53F7'

red 237 ◦ green 83 ◦ blue 247

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

Shades of Pink Flamingo #ED53F7

Tints of Pink Flamingo #ED53F7

RGB

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

 GREEN value IS 83 (32.81% from 255) = 14.64%

 BLUE value IS 247 (96.88% from 255) = 43.56%

R = 41.8%
G = 14.64%
B = 43.56%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#ED53F7 (or 0xED53F7) is known color: Pink Flamingo. HEX triplet: ED, 53 and F7. RGB value is (237,83,247). Sum of RGB (Red+Green+Blue) = 237+83+247=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 83 (32.81% from 255 or 14.64% from 567); Blue value is 247 (96.88% from 255 or 43.56% from 567); Max value from RGB is 247 - color contains mainly: blue. Hex color #ED53F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED53F7 is #12AC08. Grayscale: #939393. Windows color (decimal): -1223689 or 16208877. OLE color: 16208877.

HSL color Cylindrical-coordinate representation of color #ED53F7: hue angle of 296.34º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ED53F7 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 83 247 -
CMYK 0.04 0.66 0 0.03
HSL 296.34º 0.91% 0.65% -
HSV(B) 296.34º 0.66% 0.97% -
XYZ 54.81 30.91 91.07 -
YUV 147.74 184.02 191.66 -
System Red Green Blue C M Y K H S L
Decimal 237 83 247 0.04 0.66 0 0.03 296.34 0.91 0.65
Hex ED 53 F7 4 42 0 3 128 5B 41
Octal 355 123 367 4 102 0 3 450 133 101
Binary 11101101 1010011 11110111 100 1000010 0 11 100101000 1011011 1000001

Color Harmonies of #ED53F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED53F7

Black with #ED53F7

Text Example


Text Example

White with #ED53F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED53F7; }

 p { color: rgb(237,83,247); }

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

background-color css

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

 a { background-color: rgb(237,83,247); }

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

border-color css

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

 span { border-color: rgb(237,83,247); }

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