Html Css Color HEX #ED52FA Pink Flamingo

📋 copy color: '#ED52FA'

red 237 ◦ green 82 ◦ blue 250

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

Shades of Pink Flamingo #ED52FA

Tints of Pink Flamingo #ED52FA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 14.41%

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

R = 41.65%
G = 14.41%
B = 43.94%

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

#ED52FA (or 0xED52FA) is known color: Pink Flamingo. HEX triplet: ED, 52 and FA. RGB value is (237,82,250). Sum of RGB (Red+Green+Blue) = 237+82+250=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 82 (32.42% from 255 or 14.41% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED52FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED52FA is #12AD05. Grayscale: #929292. Windows color (decimal): -1223942 or 16405229. OLE color: 16405229.

HSL color Cylindrical-coordinate representation of color #ED52FA: hue angle of 295.36º 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 #ED52FA is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 82 250 -
CMYK 0.05 0.67 0 0.02
HSL 295.36º 0.94% 0.65% -
HSV(B) 295.36º 0.67% 0.98% -
XYZ 55.2 30.94 93.51 -
YUV 147.5 185.85 191.84 -
System Red Green Blue C M Y K H S L
Decimal 237 82 250 0.05 0.67 0 0.02 295.36 0.94 0.65
Hex ED 52 FA 5 43 0 2 127 5E 41
Octal 355 122 372 5 103 0 2 447 136 101
Binary 11101101 1010010 11111010 101 1000011 0 10 100100111 1011110 1000001

Color Harmonies of #ED52FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED52FA

Black with #ED52FA

Text Example


Text Example

White with #ED52FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED52FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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