Html Css Color HEX #EE5DFD Pink Flamingo

📋 copy color: '#EE5DFD'

red 238 ◦ green 93 ◦ blue 253

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

Shades of Pink Flamingo #EE5DFD

Tints of Pink Flamingo #EE5DFD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 15.92%

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

R = 40.75%
G = 15.92%
B = 43.32%

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

#EE5DFD (or 0xEE5DFD) is known color: Pink Flamingo. HEX triplet: EE, 5D and FD. RGB value is (238,93,253). Sum of RGB (Red+Green+Blue) = 238+93+253=584 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.75% from 584); Green value is 93 (36.72% from 255 or 15.92% from 584); Blue value is 253 (99.22% from 255 or 43.32% from 584); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE5DFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5DFD is #11A202. Grayscale: #9A9A9A. Windows color (decimal): -1155587 or 16604654. OLE color: 16604654.

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

Color convert

RGB 238 93 253 -
CMYK 0.06 0.63 0 0.01
HSL 294.38º 0.98% 0.68% -
HSV(B) 294.38º 0.63% 0.99% -
XYZ 56.9 33.1 96.32 -
YUV 154.6 183.54 187.49 -
System Red Green Blue C M Y K H S L
Decimal 238 93 253 0.06 0.63 0 0.01 294.38 0.98 0.68
Hex EE 5D FD 6 3F 0 1 126 62 44
Octal 356 135 375 6 77 0 1 446 142 104
Binary 11101110 1011101 11111101 110 111111 0 1 100100110 1100010 1000100

Color Harmonies of #EE5DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5DFD

Black with #EE5DFD

Text Example


Text Example

White with #EE5DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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