Html Css Color HEX #EE4EFE Pink Flamingo

📋 copy color: '#EE4EFE'

red 238 ◦ green 78 ◦ blue 254

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

Shades of Pink Flamingo #EE4EFE

Tints of Pink Flamingo #EE4EFE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 13.68%

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

R = 41.75%
G = 13.68%
B = 44.56%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EE4EFE (or 0xEE4EFE) is known color: Pink Flamingo. HEX triplet: EE, 4E and FE. RGB value is (238,78,254). Sum of RGB (Red+Green+Blue) = 238+78+254=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 78 (30.86% from 255 or 13.68% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE4EFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE4EFE is #11B101. Grayscale: #919191. Windows color (decimal): -1159426 or 16666350. OLE color: 16666350.

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

Color convert

RGB 238 78 254 -
CMYK 0.06 0.69 0 0.00
HSL 294.55º 0.99% 0.65% -
HSV(B) 294.55º 0.69% 1% -
XYZ 55.87 30.78 96.76 -
YUV 145.9 189.01 193.69 -
System Red Green Blue C M Y K H S L
Decimal 238 78 254 0.06 0.69 0 0.00 294.55 0.99 0.65
Hex EE 4E FE 6 45 0 0 127 63 41
Octal 356 116 376 6 105 0 0 447 143 101
Binary 11101110 1001110 11111110 110 1000101 0 0 100100111 1100011 1000001

Color Harmonies of #EE4EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4EFE

Black with #EE4EFE

Text Example


Text Example

White with #EE4EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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