Html Css Color HEX #ED53FA Pink Flamingo

📋 copy color: '#ED53FA'

red 237 ◦ green 83 ◦ blue 250

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

Shades of Pink Flamingo #ED53FA

Tints of Pink Flamingo #ED53FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.86%

R = 41.58%
G = 14.56%
B = 43.86%

CMYK

 C value IS 0.05

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED53FA (or 0xED53FA) is known color: Pink Flamingo. HEX triplet: ED, 53 and FA. RGB value is (237,83,250). Sum of RGB (Red+Green+Blue) = 237+83+250=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 83 (32.81% from 255 or 14.56% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED53FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED53FA is #12AC05. Grayscale: #939393. Windows color (decimal): -1223686 or 16405485. OLE color: 16405485.

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

Color convert

RGB 237 83 250 -
CMYK 0.05 0.67 0 0.02
HSL 295.33º 0.94% 0.65% -
HSV(B) 295.33º 0.67% 0.98% -
XYZ 55.27 31.09 93.53 -
YUV 148.08 185.52 191.42 -
System Red Green Blue C M Y K H S L
Decimal 237 83 250 0.05 0.67 0 0.02 295.33 0.94 0.65
Hex ED 53 FA 5 43 0 2 127 5E 41
Octal 355 123 372 5 103 0 2 447 136 101
Binary 11101101 1010011 11111010 101 1000011 0 10 100100111 1011110 1000001

Color Harmonies of #ED53FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED53FA

Black with #ED53FA

Text Example


Text Example

White with #ED53FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED53FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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