Html Css Color HEX #ED6AF1 Pink Flamingo

📋 copy color: '#ED6AF1'

red 237 ◦ green 106 ◦ blue 241

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

Shades of Pink Flamingo #ED6AF1

Tints of Pink Flamingo #ED6AF1

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.15%

 BLUE value IS 241 (94.53% from 255) = 41.27%

R = 40.58%
G = 18.15%
B = 41.27%

CMYK

 C value IS 0.02

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ED6AF1 (or 0xED6AF1) is known color: Pink Flamingo. HEX triplet: ED, 6A and F1. RGB value is (237,106,241). Sum of RGB (Red+Green+Blue) = 237+106+241=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 106 (41.80% from 255 or 18.15% from 584); Blue value is 241 (94.53% from 255 or 41.27% from 584); Max value from RGB is 241 - color contains mainly: blue. Hex color #ED6AF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6AF1 is #12950E. Grayscale: #A0A0A0. Windows color (decimal): -1217807 or 15821549. OLE color: 15821549.

HSL color Cylindrical-coordinate representation of color #ED6AF1: hue angle of 298.22º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ED6AF1 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 106 241 -
CMYK 0.02 0.56 0 0.05
HSL 298.22º 0.83% 0.68% -
HSV(B) 298.22º 0.56% 0.95% -
XYZ 55.96 34.66 86.96 -
YUV 160.56 173.4 182.52 -
System Red Green Blue C M Y K H S L
Decimal 237 106 241 0.02 0.56 0 0.05 298.22 0.83 0.68
Hex ED 6A F1 2 38 0 5 12A 53 44
Octal 355 152 361 2 70 0 5 452 123 104
Binary 11101101 1101010 11110001 10 111000 0 101 100101010 1010011 1000100

Color Harmonies of #ED6AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6AF1

Black with #ED6AF1

Text Example


Text Example

White with #ED6AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6AF1; }

 p { color: rgb(237,106,241); }

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

background-color css

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

 a { background-color: rgb(237,106,241); }

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

border-color css

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

 span { border-color: rgb(237,106,241); }

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