Html Css Color HEX #EE5CFD Pink Flamingo

📋 copy color: '#EE5CFD'

red 238 ◦ green 92 ◦ blue 253

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

Shades of Pink Flamingo #EE5CFD

Tints of Pink Flamingo #EE5CFD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 15.78%

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

R = 40.82%
G = 15.78%
B = 43.4%

CMYK

 C value IS 0.06

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EE5CFD (or 0xEE5CFD) is known color: Pink Flamingo. HEX triplet: EE, 5C and FD. RGB value is (238,92,253). Sum of RGB (Red+Green+Blue) = 238+92+253=583 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.82% from 583); Green value is 92 (36.33% from 255 or 15.78% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE5CFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5CFD is #11A302. Grayscale: #999999. Windows color (decimal): -1155843 or 16604398. OLE color: 16604398.

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

Color convert

RGB 238 92 253 -
CMYK 0.06 0.64 0 0.01
HSL 294.41º 0.98% 0.68% -
HSV(B) 294.41º 0.64% 0.99% -
XYZ 56.82 32.92 96.29 -
YUV 154.01 183.87 187.91 -
System Red Green Blue C M Y K H S L
Decimal 238 92 253 0.06 0.64 0 0.01 294.41 0.98 0.68
Hex EE 5C FD 6 40 0 1 126 62 44
Octal 356 134 375 6 100 0 1 446 142 104
Binary 11101110 1011100 11111101 110 1000000 0 1 100100110 1100010 1000100

Color Harmonies of #EE5CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5CFD

Black with #EE5CFD

Text Example


Text Example

White with #EE5CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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