Html Css Color HEX #ED41F6 Pink Flamingo

📋 copy color: '#ED41F6'

red 237 ◦ green 65 ◦ blue 246

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

Shades of Pink Flamingo #ED41F6

Tints of Pink Flamingo #ED41F6

RGB

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

 GREEN value IS 65 (25.78% from 255) = 11.86%

 BLUE value IS 246 (96.48% from 255) = 44.89%

R = 43.25%
G = 11.86%
B = 44.89%

CMYK

 C value IS 0.04

 M value IS 0.74

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ED41F6 (or 0xED41F6) is known color: Pink Flamingo. HEX triplet: ED, 41 and F6. RGB value is (237,65,246). Sum of RGB (Red+Green+Blue) = 237+65+246=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 65 (25.78% from 255 or 11.86% from 548); Blue value is 246 (96.48% from 255 or 44.89% from 548); Max value from RGB is 246 - color contains mainly: blue. Hex color #ED41F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED41F6 is #12BE09. Grayscale: #888888. Windows color (decimal): -1228298 or 16138733. OLE color: 16138733.

HSL color Cylindrical-coordinate representation of color #ED41F6: hue angle of 297.02º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ED41F6 is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 65 246 -
CMYK 0.04 0.74 0 0.04
HSL 297.02º 0.91% 0.61% -
HSV(B) 297.02º 0.74% 0.96% -
XYZ 53.45 28.44 89.86 -
YUV 137.06 189.48 199.28 -
System Red Green Blue C M Y K H S L
Decimal 237 65 246 0.04 0.74 0 0.04 297.02 0.91 0.61
Hex ED 41 F6 4 4A 0 4 129 5B 3D
Octal 355 101 366 4 112 0 4 451 133 75
Binary 11101101 1000001 11110110 100 1001010 0 100 100101001 1011011 111101

Color Harmonies of #ED41F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED41F6

Black with #ED41F6

Text Example


Text Example

White with #ED41F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED41F6; }

 p { color: rgb(237,65,246); }

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

background-color css

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

 a { background-color: rgb(237,65,246); }

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

border-color css

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

 span { border-color: rgb(237,65,246); }

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