Html Css Color HEX #EE5EFC Pink Flamingo

📋 copy color: '#EE5EFC'

red 238 ◦ green 94 ◦ blue 252

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

Shades of Pink Flamingo #EE5EFC

Tints of Pink Flamingo #EE5EFC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.1%

 BLUE value IS 252 (98.83% from 255) = 43.15%

R = 40.75%
G = 16.1%
B = 43.15%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EE5EFC (or 0xEE5EFC) is known color: Pink Flamingo. HEX triplet: EE, 5E and FC. RGB value is (238,94,252). Sum of RGB (Red+Green+Blue) = 238+94+252=584 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.75% from 584); Green value is 94 (37.11% from 255 or 16.10% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE5EFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5EFC is #11A103. Grayscale: #9A9A9A. Windows color (decimal): -1155332 or 16539374. OLE color: 16539374.

HSL color Cylindrical-coordinate representation of color #EE5EFC: hue angle of 294.68º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EE5EFC is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 238 94 252 -
CMYK 0.06 0.63 0 0.01
HSL 294.68º 0.96% 0.68% -
HSV(B) 294.68º 0.63% 0.99% -
XYZ 56.83 33.21 95.51 -
YUV 155.07 182.71 187.15 -
System Red Green Blue C M Y K H S L
Decimal 238 94 252 0.06 0.63 0 0.01 294.68 0.96 0.68
Hex EE 5E FC 6 3F 0 1 127 60 44
Octal 356 136 374 6 77 0 1 447 140 104
Binary 11101110 1011110 11111100 110 111111 0 1 100100111 1100000 1000100

Color Harmonies of #EE5EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5EFC

Black with #EE5EFC

Text Example


Text Example

White with #EE5EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5EFC; }

 p { color: rgb(238,94,252); }

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

background-color css

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

 a { background-color: rgb(238,94,252); }

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

border-color css

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

 span { border-color: rgb(238,94,252); }

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