Html Css Color HEX #EE69FA Pink Flamingo

📋 copy color: '#EE69FA'

red 238 ◦ green 105 ◦ blue 250

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

Shades of Pink Flamingo #EE69FA

Tints of Pink Flamingo #EE69FA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 17.71%

 BLUE value IS 250 (98.05% from 255) = 42.16%

R = 40.13%
G = 17.71%
B = 42.16%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE69FA (or 0xEE69FA) is known color: Pink Flamingo. HEX triplet: EE, 69 and FA. RGB value is (238,105,250). Sum of RGB (Red+Green+Blue) = 238+105+250=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 105 (41.41% from 255 or 17.71% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE69FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE69FA is #119605. Grayscale: #A0A0A0. Windows color (decimal): -1152518 or 16411118. OLE color: 16411118.

HSL color Cylindrical-coordinate representation of color #EE69FA: hue angle of 295.03º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EE69FA is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 105 250 -
CMYK 0.05 0.58 0 0.02
HSL 295.03º 0.94% 0.7% -
HSV(B) 295.03º 0.58% 0.98% -
XYZ 57.57 35.18 94.2 -
YUV 161.3 178.06 182.71 -
System Red Green Blue C M Y K H S L
Decimal 238 105 250 0.05 0.58 0 0.02 295.03 0.94 0.7
Hex EE 69 FA 5 3A 0 2 127 5E 46
Octal 356 151 372 5 72 0 2 447 136 106
Binary 11101110 1101001 11111010 101 111010 0 10 100100111 1011110 1000110

Color Harmonies of #EE69FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE69FA

Black with #EE69FA

Text Example


Text Example

White with #EE69FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE69FA; }

 p { color: rgb(238,105,250); }

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

background-color css

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

 a { background-color: rgb(238,105,250); }

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

border-color css

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

 span { border-color: rgb(238,105,250); }

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