Html Css Color HEX #ED53F3 Pink Flamingo

📋 copy color: '#ED53F3'

red 237 ◦ green 83 ◦ blue 243

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

Shades of Pink Flamingo #ED53F3

Tints of Pink Flamingo #ED53F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 43.16%

R = 42.1%
G = 14.74%
B = 43.16%

CMYK

 C value IS 0.02

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ED53F3 (or 0xED53F3) is known color: Pink Flamingo. HEX triplet: ED, 53 and F3. RGB value is (237,83,243). Sum of RGB (Red+Green+Blue) = 237+83+243=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 83 (32.81% from 255 or 14.74% from 563); Blue value is 243 (95.31% from 255 or 43.16% from 563); Max value from RGB is 243 - color contains mainly: blue. Hex color #ED53F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED53F3 is #12AC0C. Grayscale: #929292. Windows color (decimal): -1223693 or 15946733. OLE color: 15946733.

HSL color Cylindrical-coordinate representation of color #ED53F3: hue angle of 297.75º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ED53F3 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 83 243 -
CMYK 0.02 0.66 0 0.05
HSL 297.75º 0.87% 0.64% -
HSV(B) 297.75º 0.66% 0.95% -
XYZ 54.2 30.66 87.86 -
YUV 147.29 182.02 191.99 -
System Red Green Blue C M Y K H S L
Decimal 237 83 243 0.02 0.66 0 0.05 297.75 0.87 0.64
Hex ED 53 F3 2 42 0 5 12A 57 40
Octal 355 123 363 2 102 0 5 452 127 100
Binary 11101101 1010011 11110011 10 1000010 0 101 100101010 1010111 1000000

Color Harmonies of #ED53F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED53F3

Black with #ED53F3

Text Example


Text Example

White with #ED53F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED53F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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