Html Css Color HEX #ED46FB Pink Flamingo

📋 copy color: '#ED46FB'

red 237 ◦ green 70 ◦ blue 251

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

Shades of Pink Flamingo #ED46FB

Tints of Pink Flamingo #ED46FB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 12.54%

 BLUE value IS 251 (98.44% from 255) = 44.98%

R = 42.47%
G = 12.54%
B = 44.98%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED46FB (or 0xED46FB) is known color: Pink Flamingo. HEX triplet: ED, 46 and FB. RGB value is (237,70,251). Sum of RGB (Red+Green+Blue) = 237+70+251=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 70 (27.73% from 255 or 12.54% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED46FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED46FB is #12B904. Grayscale: #8C8C8C. Windows color (decimal): -1227013 or 16467693. OLE color: 16467693.

HSL color Cylindrical-coordinate representation of color #ED46FB: hue angle of 295.36º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ED46FB is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 70 251 -
CMYK 0.06 0.72 0 0.02
HSL 295.36º 0.96% 0.63% -
HSV(B) 295.36º 0.72% 0.98% -
XYZ 54.53 29.35 94.06 -
YUV 140.57 190.33 196.78 -
System Red Green Blue C M Y K H S L
Decimal 237 70 251 0.06 0.72 0 0.02 295.36 0.96 0.63
Hex ED 46 FB 6 48 0 2 127 60 3F
Octal 355 106 373 6 110 0 2 447 140 77
Binary 11101101 1000110 11111011 110 1001000 0 10 100100111 1100000 111111

Color Harmonies of #ED46FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED46FB

Black with #ED46FB

Text Example


Text Example

White with #ED46FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED46FB; }

 p { color: rgb(237,70,251); }

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

background-color css

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

 a { background-color: rgb(237,70,251); }

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

border-color css

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

 span { border-color: rgb(237,70,251); }

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