Html Css Color HEX #EE3CFD Pink Flamingo

📋 copy color: '#EE3CFD'

red 238 ◦ green 60 ◦ blue 253

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

Shades of Pink Flamingo #EE3CFD

Tints of Pink Flamingo #EE3CFD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 10.89%

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

R = 43.19%
G = 10.89%
B = 45.92%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EE3CFD (or 0xEE3CFD) is known color: Pink Flamingo. HEX triplet: EE, 3C and FD. RGB value is (238,60,253). Sum of RGB (Red+Green+Blue) = 238+60+253=551 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.19% from 551); Green value is 60 (23.83% from 255 or 10.89% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE3CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE3CFD is #11C302. Grayscale: #868686. Windows color (decimal): -1164035 or 16596206. OLE color: 16596206.

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

Color convert

RGB 238 60 253 -
CMYK 0.06 0.76 0 0.01
HSL 295.34º 0.98% 0.61% -
HSV(B) 295.34º 0.76% 0.99% -
XYZ 54.61 28.5 95.55 -
YUV 135.22 194.47 201.31 -
System Red Green Blue C M Y K H S L
Decimal 238 60 253 0.06 0.76 0 0.01 295.34 0.98 0.61
Hex EE 3C FD 6 4C 0 1 127 62 3D
Octal 356 74 375 6 114 0 1 447 142 75
Binary 11101110 111100 11111101 110 1001100 0 1 100100111 1100010 111101

Color Harmonies of #EE3CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3CFD

Black with #EE3CFD

Text Example


Text Example

White with #EE3CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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