Html Css Color HEX #EE6AF1 Pink Flamingo

📋 copy color: '#EE6AF1'

red 238 ◦ green 106 ◦ blue 241

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

Shades of Pink Flamingo #EE6AF1

Tints of Pink Flamingo #EE6AF1

RGB

 RED value IS 238 (93.36% from 255) = 40.68%

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

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

R = 40.68%
G = 18.12%
B = 41.2%

CMYK

 C value IS 0.01

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EE6AF1 (or 0xEE6AF1) is known color: Pink Flamingo. HEX triplet: EE, 6A and F1. RGB value is (238,106,241). Sum of RGB (Red+Green+Blue) = 238+106+241=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 106 (41.80% from 255 or 18.12% from 585); Blue value is 241 (94.53% from 255 or 41.20% from 585); Max value from RGB is 241 - color contains mainly: blue. Hex color #EE6AF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE6AF1 is #11950E. Grayscale: #A0A0A0. Windows color (decimal): -1152271 or 15821550. OLE color: 15821550.

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

Color convert

RGB 238 106 241 -
CMYK 0.01 0.56 0 0.05
HSL 298.67º 0.83% 0.68% -
HSV(B) 298.67º 0.56% 0.95% -
XYZ 56.29 34.84 86.98 -
YUV 160.86 173.23 183.02 -
System Red Green Blue C M Y K H S L
Decimal 238 106 241 0.01 0.56 0 0.05 298.67 0.83 0.68
Hex EE 6A F1 1 38 0 5 12B 53 44
Octal 356 152 361 1 70 0 5 453 123 104
Binary 11101110 1101010 11110001 1 111000 0 101 100101011 1010011 1000100

Color Harmonies of #EE6AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6AF1

Black with #EE6AF1

Text Example


Text Example

White with #EE6AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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