Html Css Color HEX #EE6AFE Pink Flamingo

📋 copy color: '#EE6AFE'

red 238 ◦ green 106 ◦ blue 254

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

Shades of Pink Flamingo #EE6AFE

Tints of Pink Flamingo #EE6AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.47%

R = 39.8%
G = 17.73%
B = 42.47%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EE6AFE (or 0xEE6AFE) is known color: Pink Flamingo. HEX triplet: EE, 6A and FE. RGB value is (238,106,254). Sum of RGB (Red+Green+Blue) = 238+106+254=598 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.80% from 598); Green value is 106 (41.80% from 255 or 17.73% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE6AFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE6AFE is #119501. Grayscale: #A1A1A1. Windows color (decimal): -1152258 or 16673518. OLE color: 16673518.

HSL color Cylindrical-coordinate representation of color #EE6AFE: hue angle of 293.51º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EE6AFE is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 238 106 254 -
CMYK 0.06 0.58 0 0.00
HSL 293.51º 0.99% 0.71% -
HSV(B) 293.51º 0.58% 1% -
XYZ 58.3 35.64 97.57 -
YUV 162.34 179.73 181.97 -
System Red Green Blue C M Y K H S L
Decimal 238 106 254 0.06 0.58 0 0.00 293.51 0.99 0.71
Hex EE 6A FE 6 3A 0 0 126 63 47
Octal 356 152 376 6 72 0 0 446 143 107
Binary 11101110 1101010 11111110 110 111010 0 0 100100110 1100011 1000111

Color Harmonies of #EE6AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6AFE

Black with #EE6AFE

Text Example


Text Example

White with #EE6AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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