Html Css Color HEX #EE67FA Pink Flamingo

📋 copy color: '#EE67FA'

red 238 ◦ green 103 ◦ blue 250

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

Shades of Pink Flamingo #EE67FA

Tints of Pink Flamingo #EE67FA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 17.43%

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

R = 40.27%
G = 17.43%
B = 42.3%

CMYK

 C value IS 0.05

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE67FA (or 0xEE67FA) is known color: Pink Flamingo. HEX triplet: EE, 67 and FA. RGB value is (238,103,250). Sum of RGB (Red+Green+Blue) = 238+103+250=591 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.27% from 591); Green value is 103 (40.62% from 255 or 17.43% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE67FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE67FA is #119805. Grayscale: #9F9F9F. Windows color (decimal): -1153030 or 16410606. OLE color: 16410606.

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

Color convert

RGB 238 103 250 -
CMYK 0.05 0.59 0 0.02
HSL 295.1º 0.94% 0.69% -
HSV(B) 295.1º 0.59% 0.98% -
XYZ 57.37 34.78 94.13 -
YUV 160.12 178.73 183.55 -
System Red Green Blue C M Y K H S L
Decimal 238 103 250 0.05 0.59 0 0.02 295.1 0.94 0.69
Hex EE 67 FA 5 3B 0 2 127 5E 45
Octal 356 147 372 5 73 0 2 447 136 105
Binary 11101110 1100111 11111010 101 111011 0 10 100100111 1011110 1000101

Color Harmonies of #EE67FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE67FA

Black with #EE67FA

Text Example


Text Example

White with #EE67FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE67FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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