Html Css Color HEX #EE4DFF Pink Flamingo

📋 copy color: '#EE4DFF'

red 238 ◦ green 77 ◦ blue 255

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

Shades of Pink Flamingo #EE4DFF

Tints of Pink Flamingo #EE4DFF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 13.51%

 BLUE value IS 255 (100% from 255) = 44.74%

R = 41.75%
G = 13.51%
B = 44.74%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EE4DFF (or 0xEE4DFF) is known color: Pink Flamingo. HEX triplet: EE, 4D and FF. RGB value is (238,77,255). Sum of RGB (Red+Green+Blue) = 238+77+255=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 77 (30.47% from 255 or 13.51% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE4DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE4DFF is #11B200. Grayscale: #909090. Windows color (decimal): -1159681 or 16731630. OLE color: 16731630.

HSL color Cylindrical-coordinate representation of color #EE4DFF: hue angle of 294.27º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EE4DFF is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 238 77 255 -
CMYK 0.07 0.70 0 0
HSL 294.27º 1% 0.65% -
HSV(B) 294.27º 0.7% 1% -
XYZ 55.96 30.7 97.58 -
YUV 145.43 189.84 194.03 -
System Red Green Blue C M Y K H S L
Decimal 238 77 255 0.07 0.70 0 0 294.27 1 0.65
Hex EE 4D FF 7 46 0 0 126 64 41
Octal 356 115 377 7 106 0 0 446 144 101
Binary 11101110 1001101 11111111 111 1000110 0 0 100100110 1100100 1000001

Color Harmonies of #EE4DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4DFF

Black with #EE4DFF

Text Example


Text Example

White with #EE4DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4DFF; }

 p { color: rgb(238,77,255); }

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

background-color css

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

 a { background-color: rgb(238,77,255); }

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

border-color css

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

 span { border-color: rgb(238,77,255); }

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