Html Css Color HEX #ED46FF Pink Flamingo

📋 copy color: '#ED46FF'

red 237 ◦ green 70 ◦ blue 255

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

Shades of Pink Flamingo #ED46FF

Tints of Pink Flamingo #ED46FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.37%

R = 42.17%
G = 12.46%
B = 45.37%

CMYK

 C value IS 0.07

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ED46FF (or 0xED46FF) is known color: Pink Flamingo. HEX triplet: ED, 46 and FF. RGB value is (237,70,255). Sum of RGB (Red+Green+Blue) = 237+70+255=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 70 (27.73% from 255 or 12.46% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED46FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED46FF is #12B900. Grayscale: #8C8C8C. Windows color (decimal): -1227009 or 16729837. OLE color: 16729837.

HSL color Cylindrical-coordinate representation of color #ED46FF: hue angle of 294.16º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED46FF is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 237 70 255 -
CMYK 0.07 0.73 0 0
HSL 294.16º 1% 0.64% -
HSV(B) 294.16º 0.73% 1% -
XYZ 55.17 29.6 97.41 -
YUV 141.02 192.33 196.46 -
System Red Green Blue C M Y K H S L
Decimal 237 70 255 0.07 0.73 0 0 294.16 1 0.64
Hex ED 46 FF 7 49 0 0 126 64 40
Octal 355 106 377 7 111 0 0 446 144 100
Binary 11101101 1000110 11111111 111 1001001 0 0 100100110 1100100 1000000

Color Harmonies of #ED46FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED46FF

Black with #ED46FF

Text Example


Text Example

White with #ED46FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED46FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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