Html Css Color HEX #EE5EFD Pink Flamingo

📋 copy color: '#EE5EFD'

red 238 ◦ green 94 ◦ blue 253

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

Shades of Pink Flamingo #EE5EFD

Tints of Pink Flamingo #EE5EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.25%

R = 40.68%
G = 16.07%
B = 43.25%

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

#EE5EFD (or 0xEE5EFD) is known color: Pink Flamingo. HEX triplet: EE, 5E and FD. RGB value is (238,94,253). Sum of RGB (Red+Green+Blue) = 238+94+253=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 94 (37.11% from 255 or 16.07% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE5EFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5EFD is #11A102. Grayscale: #9A9A9A. Windows color (decimal): -1155331 or 16604910. OLE color: 16604910.

HSL color Cylindrical-coordinate representation of color #EE5EFD: hue angle of 294.34º degrees, saturation: 0.98, 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 #EE5EFD is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 238 94 253 -
CMYK 0.06 0.63 0 0.01
HSL 294.34º 0.98% 0.68% -
HSV(B) 294.34º 0.63% 0.99% -
XYZ 56.99 33.27 96.35 -
YUV 155.18 183.21 187.07 -
System Red Green Blue C M Y K H S L
Decimal 238 94 253 0.06 0.63 0 0.01 294.34 0.98 0.68
Hex EE 5E FD 6 3F 0 1 126 62 44
Octal 356 136 375 6 77 0 1 446 142 104
Binary 11101110 1011110 11111101 110 111111 0 1 100100110 1100010 1000100

Color Harmonies of #EE5EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5EFD

Black with #EE5EFD

Text Example


Text Example

White with #EE5EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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